Fix some code style

This commit is contained in:
Mitchell Hashimoto 2011-01-04 20:28:04 -08:00
parent 5bc2e7fb74
commit afa9d923d4
1 changed files with 1 additions and 1 deletions

View File

@ -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