Skip to content

Commit

Permalink
fix broken 'default' case as uncovered by dialyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
xou committed Jan 29, 2024
1 parent 3fc39cf commit 5fe9712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixlsx/xml_templates.ex
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ defmodule Elixlsx.XMLTemplates do
:empty ->
{:empty, :empty}

true ->
_ ->
:error
end
end
Expand Down

0 comments on commit 5fe9712

Please sign in to comment.