Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska committed Sep 23, 2024
1 parent 9f301e0 commit 5fb67ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bitstyles_phoenix/bitstyles.ex
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,6 @@ defmodule BitstylesPhoenix.Bitstyles do
defp test_only_downgrade(from, from, to), do: to
defp test_only_downgrade(class, _, _), do: class
else
defp test_only_downgrade(class, _, _), do: class
defp test_only_downgrade(class, _, _), do: class
end
end

0 comments on commit 5fb67ff

Please sign in to comment.