Trivial whitespace changes
This commit is contained in:
parent
a7b298b647
commit
cc7768c535
|
@ -47,15 +47,15 @@ module Vagrant
|
||||||
# @param [Environment] env The environment that this machine is a
|
# @param [Environment] env The environment that this machine is a
|
||||||
# part of.
|
# part of.
|
||||||
def initialize(name, provider_cls, config, box, env)
|
def initialize(name, provider_cls, config, box, env)
|
||||||
@logger = Log4r::Logger.new("vagrant::machine")
|
@logger = Log4r::Logger.new("vagrant::machine")
|
||||||
@logger.info("Initializing machine: #{name}")
|
@logger.info("Initializing machine: #{name}")
|
||||||
@logger.info(" - Provider: #{provider_cls}")
|
@logger.info(" - Provider: #{provider_cls}")
|
||||||
@logger.info(" - Box: #{box}")
|
@logger.info(" - Box: #{box}")
|
||||||
|
|
||||||
@name = name
|
@name = name
|
||||||
@box = box
|
@box = box
|
||||||
@config = config
|
@config = config
|
||||||
@env = env
|
@env = env
|
||||||
|
|
||||||
# Read the ID, which is usually in local storage
|
# Read the ID, which is usually in local storage
|
||||||
@id = nil
|
@id = nil
|
||||||
|
|
Loading…
Reference in New Issue