mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-08 16:26:25 -04:00
Whitespace cleanup
This commit is contained in:
parent
c887a18437
commit
c09fc7be1e
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ module Vagrant
|
|||
color_index = 0
|
||||
|
||||
machines.each do |machine|
|
||||
if (machine.state && machine.state.id != :not_created &&
|
||||
if (machine.state && machine.state.id != :not_created &&
|
||||
!machine.index_uuid.nil? && !@env.machine_index.include?(machine.index_uuid))
|
||||
machine.recover_machine(machine.state.id)
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue