Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lau committed Sep 9, 2024
1 parent 1f019df commit 3737dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tzdata/util.ex
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ defmodule Tzdata.Util do
seconds_to_percentagez_string(std_off + utc_off)
end

def period_abbrevation(zone_abbr, std_off, utc_off, letter) do
def period_abbrevation(zone_abbr, std_off, _utc_off, letter) do
if Regex.match?(~r/\//, zone_abbr) do
period_abbrevation_h(:slash, zone_abbr, std_off, letter)
else
Expand Down

0 comments on commit 3737dfb

Please sign in to comment.