Skip to content

Commit 88a0e0c

Browse files
committed
Improve formatting
1 parent 8a42fad commit 88a0e0c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

cider-interaction.el

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -650,10 +650,12 @@ otherwise, nil."
650650

651651
(defvar cider-from-nrepl-filename-function
652652
(if (eq system-type 'cygwin)
653-
(lambda (resource) (let ((fixed-resource (replace-regexp-in-string "^/" "" resource)))
654-
(replace-regexp-in-string
655-
"\n" ""
656-
(shell-command-to-string (format "cygpath --unix '%s'" fixed-resource)))))
653+
(lambda (resource)
654+
(let ((fixed-resource (replace-regexp-in-string "^/" "" resource)))
655+
(replace-regexp-in-string
656+
"\n"
657+
""
658+
(shell-command-to-string (format "cygpath --unix '%s'" fixed-resource)))))
657659
#'identity)
658660
"Function to translate nREPL namestrings to Emacs filenames.")
659661

0 commit comments

Comments
 (0)