Avoid printing redundant space
This commit is contained in:
parent
6bc342ba22
commit
d80fdfabdd
@ -30,7 +30,7 @@ fn main() {
|
|||||||
if expected == output {
|
if expected == output {
|
||||||
print!("OK");
|
print!("OK");
|
||||||
if elapsed > Duration::from_millis(10) {
|
if elapsed > Duration::from_millis(10) {
|
||||||
print!(" ({:?}) ", elapsed);
|
print!(" ({:?})", elapsed);
|
||||||
}
|
}
|
||||||
print!("\n");
|
print!("\n");
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user