Skip to content

Commit

Permalink
style: remove double space
Browse files Browse the repository at this point in the history
  • Loading branch information
salzig committed Jan 14, 2025
1 parent 9a6c6b2 commit 7c544fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/location.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Location < ApplicationRecord

scope :ordered, -> { order('name ASC') }
scope :ordered_by_last_occurrence, -> { joins(:events).group(primary_key).order(Event.arel_table[:date].maximum.desc) }
default_scope -> { where(label: Whitelabel[:label_id]) }
default_scope -> { where(label: Whitelabel[:label_id]) }

def geo_coder_address
"#{street} #{house_number}, #{zip} #{city}, #{country}"
Expand Down

0 comments on commit 7c544fd

Please # to comment.