Skip to content

Commit cc7bfb0

Browse files
committed
Kill some trailing whitespace
1 parent 24ee93e commit cc7bfb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cider.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ version from the CIDER package or library.")
116116
"Params passed to Leiningen to start an nREPL server via `cider-jack-in'."
117117
:type 'string
118118
:group 'cider
119-
:safe #'stringp)
119+
:safe #'stringp)
120120

121121
(defcustom cider-boot-command
122122
"boot"
@@ -130,15 +130,15 @@ version from the CIDER package or library.")
130130
"Command global options used to execute Boot (e.g.: -c for checkouts)."
131131
:type 'string
132132
:group 'cider
133-
:safe #'stringp
133+
:safe #'stringp
134134
:package-version '(cider . "0.14.0"))
135135

136136
(defcustom cider-boot-parameters
137137
"repl -s -H :: wait"
138138
"Params passed to boot to start an nREPL server via `cider-jack-in'."
139139
:type 'string
140140
:group 'cider
141-
:safe #'stringp
141+
:safe #'stringp
142142
:package-version '(cider . "0.9.0"))
143143

144144
(defcustom cider-gradle-command

0 commit comments

Comments
 (0)