Skip to content

Commit

Permalink
delint...
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Apr 23, 2024
1 parent 9207b11 commit 57dd25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/school.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def website
end

def location
country_text = country == "US" ? '' : ", #{country}"
country_text = country == "US" ? "" : ", #{country}"
"#{city}, #{state}#{country_text}"
end

Expand Down

0 comments on commit 57dd25a

Please sign in to comment.