Skip to content

Commit 4f76be0

Browse files
committed
Fix an unused lexical variable
1 parent 36db7f3 commit 4f76be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-stacktrace.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ prompt and whether to use a new window. Similar to `cider-find-var'."
554554
(insert " This is an unexpected CIDER middleware error.\n Please submit a bug report via `")
555555
(insert-text-button "M-x cider-report-bug"
556556
'follow-link t
557-
'action #'(lambda (button) (cider-report-bug))
557+
'action (lambda (_button) (cider-report-bug))
558558
'help-echo "Report bug to the CIDER team.")
559559
(insert "`.\n\n")
560560
(insert " If these stacktraces are occuring frequently, consider

0 commit comments

Comments
 (0)