Skip to content

Commit

Permalink
removed unnecessary else block
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 16, 2013
1 parent 469822c commit 744996e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Mojolicious/Command/get.pm
Expand Up @@ -136,7 +136,7 @@ sub _select {
}

# Unknown
else { die qq{Unknown command "$command".\n} }
die qq{Unknown command "$command".\n};
}

_say(@$results);
Expand Down

0 comments on commit 744996e

Please sign in to comment.