Skip to content

Commit 394a30b

Browse files
committed
Fix a docstring
1 parent f9bb284 commit 394a30b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cider.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,8 @@ Sub-match 1 must be the project path.")
224224

225225
(defvar cider-jack-in-nrepl-middlewares
226226
'("cider.nrepl/cider-middleware")
227-
"List of Clojure variable names. Each of these Clojure variables should hold a vector of nREPL middlewares.")
227+
"List of Clojure variable names.
228+
Each of these Clojure variables should hold a vector of nREPL middlewares.")
228229
(put 'cider-jack-in-nrepl-middlewares 'risky-local-variable t)
229230

230231
(defun cider--list-as-boot-artifact (list)

0 commit comments

Comments
 (0)