mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Fix some code style
This commit is contained in:
parent
5bc2e7fb74
commit
afa9d923d4
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ module Vagrant
|
|||
#
|
||||
# @return [Array<VM>]
|
||||
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
|
||||
|
||||
# Returns the primary VM associated with this environment. This
|
||||
|
|
|
|||
Loading…
Reference in a new issue