Improve readability

#746
This commit is contained in:
Artur Beljajev 2018-03-06 13:11:22 +02:00
parent 5319243e09
commit 046b9e96ce
6 changed files with 13 additions and 13 deletions

View file

@ -8,7 +8,7 @@ class RegistrantPresenter
:reg_no,
:street, :city, :state, :zip, :country,
:ident_country,
:used?,
:in_use?,
to: :registrant
def initialize(registrant:, view:)