Add newline after vim upgrade

This commit is contained in:
Roey Darwish Dror
2018-06-09 20:52:42 +03:00
parent 0c01623a88
commit 8ff5a18449

View File

@@ -70,6 +70,8 @@ pub fn run_vim(
.wait()?
.check()?;
println!("");
Ok(())
}