Skip to content

Commit 213c293

Browse files
committed
Code style
1 parent 4a9147f commit 213c293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-browse-ns.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
'nothing-to-do)
125125
((string-match " +/\\(.+\\)" line)
126126
(cider-doc-lookup (format "%s/%s" cider-browse-ns-current-ns (match-string 1 line))))
127-
('else
127+
(t
128128
(cider-browse-ns (replace-regexp-in-string " " "" line))))))
129129

130130
(defun cider-browse-ns-handle-mouse (event)

0 commit comments

Comments
 (0)