Add a new line before powing off a Vagrant machine

This commit is contained in:
Roey Darwish Dror
2020-06-17 09:33:45 +03:00
parent f0fcb0f4cd
commit ac92bc827a

View File

@@ -136,6 +136,7 @@ impl<'a> Drop for TemporaryPowerOn<'a> {
} }
}; };
println!();
self.ctx self.ctx
.run_type() .run_type()
.execute(self.vagrant) .execute(self.vagrant)