Fix some code style
This commit is contained in:
parent
5bc2e7fb74
commit
afa9d923d4
|
@ -146,7 +146,7 @@ module Vagrant
|
||||||
#
|
#
|
||||||
# @return [Array<VM>]
|
# @return [Array<VM>]
|
||||||
def vms_ordered
|
def vms_ordered
|
||||||
@vms_enum ||= config.vm.defined_vm_keys.map {|name| @vms[name]}
|
@vms_enum ||= config.vm.defined_vm_keys.map { |name| @vms[name] }
|
||||||
end
|
end
|
||||||
|
|
||||||
# Returns the primary VM associated with this environment. This
|
# Returns the primary VM associated with this environment. This
|
||||||
|
|
Loading…
Reference in New Issue