Skip to content

Commit

Permalink
Touch up some whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
trptcolin committed Apr 6, 2013
1 parent 9017801 commit 9f33f5a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/clj/reply/eval_modes/nrepl.clj
@@ -1,6 +1,5 @@
(ns reply.eval-modes.nrepl
(:import [java.util.concurrent LinkedBlockingQueue
TimeUnit])
(:import [java.util.concurrent LinkedBlockingQueue TimeUnit])
(:require [clojure.main]
[clojure.tools.nrepl.cmdline :as nrepl.cmdline]
[clojure.tools.nrepl :as nrepl]
Expand Down Expand Up @@ -182,7 +181,6 @@
options (if (:color options)
(merge options nrepl.cmdline/colored-output)
options)]

(.start (Thread. (partial poll-for-responses connection)))
(execute-with-client
client
Expand All @@ -195,7 +193,6 @@
'(set-signal-handler! "INT" (fn [s]))
(reply.initialization/construct-init-code
options)))))

(handle-client-interruption! client)
(run-repl client options))))

0 comments on commit 9f33f5a

Please sign in to comment.