Skip to content

Commit da0133e

Browse files
committed
improve terminal reporting
1 parent 7ffe754 commit da0133e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fontspector-cli/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ fn main() {
136136
}
137137
termimad::print_inline(&format!("**{:}**", result.status));
138138
if result.status.code != StatusCode::Fail {
139+
println!("\n");
139140
continue;
140141
}
141142
#[allow(clippy::unwrap_used)]

0 commit comments

Comments
 (0)