lib/pagy/i18n.rb in pagy-9.0.2 vs lib/pagy/i18n.rb in pagy-9.0.3

- old
+ new

@@ -116,10 +116,10 @@ end.freeze end # Stores the i18n DATA structure for each loaded locale # default on the first locale DATA - DATA = Hash.new { |hash, _| hash.first[1] } + DATA = Hash.new { |hash,| hash.first[1] } private # Create a flat hash with dotted notation keys def flatten(initial, prefix = '')