Skip to content

Commit 4806101

Browse files
TakaakiFuruseproofit404
authored andcommitted
added ")" (#13)
1 parent 47862cb commit 4806101

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
@@ -99,7 +99,7 @@ Return black process the exit code."
9999
(when blacken-allow-py36
100100
(list "--py36"))
101101
(when blacken-fast-unsafe
102-
(list "--fast")
102+
(list "--fast"))
103103
(when blacken-skip-string-normalization
104104
(list "--skip-string-normalization"))
105105
'("-")))

0 commit comments

Comments
 (0)