Skip to content

Commit 528527c

Browse files
committed
Correct variable definition statement.
1 parent 257a127 commit 528527c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blacken.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"Name of the executable to run."
4848
:type 'string)
4949

50-
(defvar blacken-line-length nil
50+
(defcustom blacken-line-length nil
5151
"Line length to enforce."
5252
:type 'number)
5353

0 commit comments

Comments
 (0)