rubocop style update

This commit is contained in:
Priit Tark 2015-05-07 15:56:40 +03:00
parent 2ea24f42fc
commit 544307db31

View file

@ -120,6 +120,6 @@ class Registrar::DomainsController < Registrar::DeppController # EPP controller
def init_contacts_autocomplete_map
@contacts_autocomplete_map ||=
current_user.registrar.contacts.pluck(:name, :code).map {|c| ["#{c.second} #{c.first}", c.second]}
current_user.registrar.contacts.pluck(:name, :code).map { |c| ["#{c.second} #{c.first}", c.second] }
end
end