Assorted minor aesthetic touchups

This commit is contained in:
2020-09-13 17:19:44 -07:00
parent 003dde12a0
commit 53da11c874
4 changed files with 8 additions and 6 deletions

View File

@@ -222,7 +222,7 @@ impl Renderer for ColorTermRenderer {
})
.collect();
println!("{}time: {:.3e} (fr {})", buf, state.time(), state.step_no());
println!("{}", buf);
}
}