Skip to content

Commit 4c53d4b

Browse files
committed
Remove unneeded comma
1 parent 063acb3 commit 4c53d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flycheck-coala.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"A checker using coala.
6565
6666
See URL `http://coala-analyzer.org/'."
67-
:command ("coala", "--json" "--find-config" "--limit-files" source)
67+
:command ("coala" "--json" "--find-config" "--limit-files" source)
6868
:error-parser flycheck-coala-parse-json)
6969

7070
(provide 'flycheck-coala)

0 commit comments

Comments
 (0)