Skip to content

Commit

Permalink
Remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdigital committed Jun 3, 2019
1 parent e561faa commit 363494d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/main/scala/chromaprint/cli/Command.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Command {
private[chromaprint] lazy val args: decline.Command[Args] =
decline.Command(
name = "chromaprint",
header = "Chromaprint CLI",
header = "Chromaprint CLI"
)(Parser.args)

def create
Expand Down

0 comments on commit 363494d

Please sign in to comment.