From 03239adead2476dbec138c24914c4b194ba7d85d Mon Sep 17 00:00:00 2001 From: onionpancakes <639985+onionpancakes@users.noreply.github.com> Date: Sun, 19 Nov 2023 12:42:08 -0800 Subject: [PATCH] reordered imports --- test/dev/onionpancakes/hop/tests/test_client_send.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/dev/onionpancakes/hop/tests/test_client_send.clj b/test/dev/onionpancakes/hop/tests/test_client_send.clj index 7dabd9d..bfd0f31 100644 --- a/test/dev/onionpancakes/hop/tests/test_client_send.clj +++ b/test/dev/onionpancakes/hop/tests/test_client_send.clj @@ -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