Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
garrett-hopper authored Jul 31, 2023
1 parent c6d4a32 commit aba5c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cider-connection.el
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ For the REPL type use the function `cider-repl-type'."
((derived-mode-p 'clojurec-mode) (or cider-clojurec-repl-type-override 'multi))
((derived-mode-p 'clojure-mode) 'clj)
(cider-repl-type))))

(defun cider-set-clojurec-repl-type-override ()
"Set REPL type override for the current clojurec buffer."
(interactive)
Expand Down

0 comments on commit aba5c40

Please sign in to comment.