Skip to content

Commit

Permalink
Remove unused else catch for undefined behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
nappex committed Dec 17, 2024
1 parent 84a9aa3 commit a4935d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cli.ex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ defmodule Onigumo.CLI do
{_, _, [_ | _]} -> usage_message()
{_, argv, _} when length(argv) != 1 -> usage_message()
:error -> usage_message()
_ -> usage_message()
end
end

Expand Down

0 comments on commit a4935d3

Please sign in to comment.