Skip to content

Commit 5bbb890

Browse files
committed
Touch up the previous commit
1 parent 5d0b4d7 commit 5bbb890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cider-client.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ If NS is non-nil, include it in the eval request."
212212

213213
(defcustom cider-format-code-options nil
214214
"A map of options that will be passed to `cljfmt' to format code.
215-
Assuming this is the Clojure map you want to use as `cljfmt options':
215+
Assuming this is the Clojure map you want to use as `cljfmt' options:
216216
217217
{:indents {org.me/foo [[:inner 0]]}
218218
:alias-map {\"me\" \"org.me\"}}
@@ -222,7 +222,7 @@ you need to encode it as the following plist:
222222
'((\"indents\" ((\"org.me/foo\" ((\"inner\" 0))))) (\"alias-map\" ((\"me\" \"org.me\"))))"
223223
:type 'list
224224
:group 'cider
225-
:package-version '(cider . "1.0.0"))
225+
:package-version '(cider . "1.1.0"))
226226

227227
(defun cider--nrepl-format-code-request-map (&optional format-options)
228228
"Map to merge into requests that require code formatting.

0 commit comments

Comments
 (0)