Skip to content

Commit

Permalink
Remove indentation warnings in cider-repl.el
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzull committed Nov 7, 2023
1 parent e98aabf commit 225e45d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cider-repl.el
Original file line number Diff line number Diff line change
Expand Up @@ -351,11 +351,11 @@ description transform) where transform is called with the param-value if
present."
(cl-labels
((emit-comment
(contents)
(insert-before-markers
(propertize
(if (string-blank-p contents) ";;\n" (concat ";; " contents "\n"))
'font-lock-face 'font-lock-comment-face))))
(contents)
(insert-before-markers
(propertize
(if (string-blank-p contents) ";;\n" (concat ";; " contents "\n"))
'font-lock-face 'font-lock-comment-face))))
(let ((jack-in-command (plist-get cider-launch-params :jack-in-cmd))
(cljs-repl-type (plist-get cider-launch-params :cljs-repl-type))
(cljs-init-form (plist-get cider-launch-params :repl-init-form)))
Expand Down

0 comments on commit 225e45d

Please sign in to comment.