Missing whitespace

This commit is contained in:
Gonzalo Rodriguez 2011-10-03 22:04:45 -02:00
parent 1d818fdc23
commit 0aa49a8d73

View file

@ -88,7 +88,7 @@ class AspectStream < BaseStream
if self.for_all_aspects? || self.aspect_ids.size > 1 if self.for_all_aspects? || self.aspect_ids.size > 1
I18n.t('_contacts') I18n.t('_contacts')
else else
"#{self.aspect.name}(#{self.people.size})" "#{self.aspect.name} (#{self.people.size})"
end end
end end