Skip to content

Commit 7320c8d

Browse files
committed
Code style
1 parent ccf85d0 commit 7320c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-test.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ With the actual value, the outermost '(not ...)' s-expression is removed."
246246
(mapc (lambda (b) (when (get-buffer b) (kill-buffer b)))
247247
cider-test-ediff-buffers))
248248

249-
(add-hook 'ediff-cleanup-hook 'cider-test-ediff-cleanup)
249+
(add-hook 'ediff-cleanup-hook #'cider-test-ediff-cleanup)
250250

251251

252252
;;; Report rendering

0 commit comments

Comments
 (0)