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
|
||||
# part of.
|
||||
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(" - Provider: #{provider_cls}")
|
||||
@logger.info(" - Box: #{box}")
|
||||
|
||||
@name = name
|
||||
@box = box
|
||||
@config = config
|
||||
@env = env
|
||||
@name = name
|
||||
@box = box
|
||||
@config = config
|
||||
@env = env
|
||||
|
||||
# Read the ID, which is usually in local storage
|
||||
@id = nil
|
||||
|
|
Loading…
Reference in New Issue