Print newline before exit.
Makes it easier to scan commandline history for multiple renders.
This commit is contained in:
parent
a6d8de43d7
commit
7d5bda2a3b
|
@ -217,4 +217,7 @@ fn main() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// End with blank line
|
||||||
|
println!("");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user