Commit dcaa721a4a8677ff3a71ad265f8ae7797d0d1dc9

Authored by Antonio Terceiro
1 parent 2382a965

Whitespace fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/models/profile.rb
... ... @@ -243,7 +243,7 @@ class Profile < ActiveRecord::Base
243 243 self.categories(true)
244 244 self.solr_save
245 245 end
246   - self.categories(reload)
  246 + self.categories(reload)
247 247 end
248 248  
249 249 def category_ids=(ids)
... ...