Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
crbelaus committed Jul 7, 2024
1 parent e94451a commit a332753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/trans/translator.ex
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ defmodule Trans.Translator do
end)
end

defp translate_fields(%{__struct__: module} = struct, locale, default_locale) do
defp translate_fields(%{__struct__: _module} = struct, locale, default_locale) do
translate_fields(struct, [locale], default_locale)
end

Expand Down

0 comments on commit a332753

Please sign in to comment.