Skip to content

Commit 98b332c

Browse files
committed
cider-browse-ns.el (cider-browse-ns--doc-at-point): Fixup
* cider-browse-ns.el (cider-browse-ns--doc-at-point): It was a malformed form previously.
1 parent 89e6217 commit 98b332c

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
@@ -126,7 +126,7 @@
126126
"Expand browser according to thing at current point."
127127
(interactive)
128128
(-when-let (var (cider-browse-ns--var-at-point))
129-
((cider-doc-lookup var))))
129+
(cider-doc-lookup var)))
130130

131131
(defun cider-browse-ns--find-at-point ()
132132
(interactive)

0 commit comments

Comments
 (0)