Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
syed87 committed Sep 25, 2023
1 parent dbec831 commit 6bae897
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/forms/support_interface/country_form.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ def save!
end

def assign_country_attributes
country.assign_attributes(eligibility_enabled:, eligibility_skip_questions:, subject_limited:)
country.assign_attributes(
eligibility_enabled:,
eligibility_skip_questions:,
subject_limited:,
)

if has_regions
country.assign_attributes(
Expand Down

0 comments on commit 6bae897

Please sign in to comment.