Skip to content

Commit

Permalink
Remove unneeded comma
Browse files Browse the repository at this point in the history
  • Loading branch information
sils committed Jan 16, 2017
1 parent 063acb3 commit 4c53d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flycheck-coala.el
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"A checker using coala.
See URL `http://coala-analyzer.org/'."
:command ("coala", "--json" "--find-config" "--limit-files" source)
:command ("coala" "--json" "--find-config" "--limit-files" source)
:error-parser flycheck-coala-parse-json)

(provide 'flycheck-coala)
Expand Down

0 comments on commit 4c53d4b

Please sign in to comment.