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