Whitespace cleanup

This commit is contained in:
Chris Roberts 2021-01-28 17:05:36 -08:00 committed by Paul Hinze
parent c887a18437
commit c09fc7be1e
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

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