Print newline before exit.

Makes it easier to scan commandline history for multiple renders.
This commit is contained in:
Nathan Vegdahl 2017-04-14 23:22:38 -07:00
parent a6d8de43d7
commit 7d5bda2a3b

View File

@ -217,4 +217,7 @@ fn main() {
}
}
}
// End with blank line
println!("");
}