Skip to content

Commit 6066086

Browse files
committed
Improve the formatting of some code
1 parent dd2f0f8 commit 6066086

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cider-popup.el

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ and automatically removed when killed."
9999
(when ancillary
100100
(add-to-list 'cider-ancillary-buffers name)
101101
(add-hook 'kill-buffer-hook
102-
(lambda () (setq cider-ancillary-buffers (remove name cider-ancillary-buffers)))
102+
(lambda ()
103+
(setq cider-ancillary-buffers
104+
(remove name cider-ancillary-buffers)))
103105
nil 'local))
104106
(current-buffer)))
105107

0 commit comments

Comments
 (0)