Skip to content

Commit

Permalink
fix: spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkProminic committed Nov 23, 2022
1 parent aea829c commit 98a3e28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/vagrant-zones/driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,10 @@ def macaddress(uii, opts)
def ipaddress(uii, opts)
config = @machine.provider_config
ip = if opts[:ip].empty?
nil
else
opts[:ip].gsub(/\t/, '')
end
nil
else
opts[:ip].gsub(/\t/, '')
end
uii.info(I18n.t('vagrant_zones.ipaddress') + ip) if config.debug
ip
end
Expand Down

0 comments on commit 98a3e28

Please sign in to comment.