Skip to content

Commit 670256e

Browse files
committed
Fix indentation
1 parent e17d817 commit 670256e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ See also the related commands `cider-repl-clear-buffer' and
201201
:help "Starts an nREPL server, connects a Clojure REPL to it, and then a ClojureScript REPL.
202202
Configure `cider-cljs-repl-types' to change the ClojureScript REPL to use for your build tool."]
203203
["Connect to a ClojureScript REPL" cider-connect-clojurescript
204-
:help "Connects to a ClojureScript REPL that's already running."]
204+
:help "Connects to a ClojureScript REPL that's already running."]
205205
["Create a ClojureScript REPL from a Clojure REPL" cider-create-sibling-cljs-repl])
206206
"--"
207207
["Connection info" cider-display-connection-info

0 commit comments

Comments
 (0)