Skip to content

Commit

Permalink
Remove unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
uiur committed Apr 27, 2024
1 parent 3d19b68 commit fb8e34e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/i18n/locale/fallbacks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def compute(tags, include_defaults = true, exclude = [])
tags = I18n::Locale::Tag.tag(tag).self_and_parents.map! { |t| t.to_sym } - exclude
result += tags
tags.each { |_tag| result += compute(@map[_tag], false, exclude + result) if @map[_tag] }
result
end

result.push(*defaults) if include_defaults
Expand Down

0 comments on commit fb8e34e

Please sign in to comment.