Skip to content

Commit 0e55036

Browse files
committed
Remove mismatched closing paren
1 parent c920799 commit 0e55036

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
@@ -51,7 +51,7 @@ If nil, messages will not be wrapped. If truthy but non-numeric,
5151
:type '(radio
5252
(integer :tag "Fill Column")
5353
(const :tag "None" nil)
54-
(const :tag "Use default fill-column" t)))
54+
(const :tag "Use default fill-column" t))
5555
:package-version '(cider . "0.7.0"))
5656

5757
(defcustom cider-stacktrace-default-filters '(tooling dup)

0 commit comments

Comments
 (0)