Skip to content

Commit

Permalink
reordered imports
Browse files Browse the repository at this point in the history
  • Loading branch information
onionpancakes committed Nov 19, 2023
1 parent fe8cb85 commit 03239ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/dev/onionpancakes/hop/tests/test_client_send.clj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(ns dev.onionpancakes.hop.tests.test-client-send
(:require [dev.onionpancakes.hop.client :as client]
[clojure.test :refer [deftest is use-fixtures]])
(:import [org.eclipse.jetty.util Callback]
[org.eclipse.jetty.server Handler$Abstract Response Server]))
(:import [org.eclipse.jetty.server Handler$Abstract Response Server]
[org.eclipse.jetty.util Callback]))

;; Server

Expand Down

0 comments on commit 03239ad

Please sign in to comment.