Skip to content

Commit

Permalink
Rubocop issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pmor committed Sep 29, 2024
1 parent 2a8abb0 commit c929393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/country_select/tag_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def country_options_for(country_codes, sorted: true)

def options_for_select_with_priority_countries(country_options, tags_options)
sorted = @options.fetch(:sort_provided, ::CountrySelect::DEFAULTS[:sort_provided])
priority_countries_options = country_options_for(priority_countries, sorted: sorted)
priority_countries_options = country_options_for(priority_countries, sorted:)

option_tags = priority_options_for_select(priority_countries_options, tags_options)

Expand Down

0 comments on commit c929393

Please sign in to comment.