Skip to content

Commit 0dcc5b0

Browse files
vemvbbatsov
authored andcommitted
Fix cider-client.el indentation
Fixes the build.
1 parent af7d9e1 commit 0dcc5b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cider-client.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -597,9 +597,9 @@ Sometimes the classpath contains entries like src/main and we need to
597597
resolve those to absolute paths."
598598
(when (cider-runtime-clojure-p)
599599
(let ((classpath (thread-first "(seq (.split (System/getProperty \"java.class.path\") \":\"))"
600-
(cider-sync-tooling-eval)
601-
(nrepl-dict-get "value")
602-
read))
600+
(cider-sync-tooling-eval)
601+
(nrepl-dict-get "value")
602+
read))
603603
(project (clojure-project-dir)))
604604
(mapcar (lambda (path) (cider--get-abs-path path project)) classpath))))
605605

0 commit comments

Comments
 (0)