Skip to content

Commit ab7bf4a

Browse files
committed
feat: reduce spacing between groups
1 parent 350dd23 commit ab7bf4a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/local_logger.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,8 @@ impl Log for LocalLogger {
9797
let mut spinner = SPINNER.lock().unwrap();
9898
if let Some(spinner) = spinner.as_mut() {
9999
spinner.finish_and_clear();
100-
println!();
101100
}
102101
}
103-
println!();
104102
}
105103
}
106104

0 commit comments

Comments
 (0)