Skip to content

Commit e7bd46e

Browse files
committed
chore: apply style review comments
1 parent 79e81f3 commit e7bd46e

File tree

1 file changed

+2
-3
lines changed
  • mithril-test-lab/mithril-end-to-end/src

1 file changed

+2
-3
lines changed

mithril-test-lab/mithril-end-to-end/src/main.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,11 +243,10 @@ impl Termination for AppResult {
243243
fn report(self) -> ExitCode {
244244
let exit_code = self.exit_code();
245245
println!(" ");
246-
println!("----------------------------------------------------------------------------------------------------");
246+
println!("{:-^100}", "");
247247
println!("Mithril End to End test outcome:");
248-
println!("----------------------------------------------------------------------------------------------------");
248+
println!("{:-^100}", "");
249249
println!("{self}");
250-
println!("{exit_code:?}");
251250

252251
exit_code
253252
}

0 commit comments

Comments
 (0)