Skip to content

Commit

Permalink
fix: formatting in tracing-journald/tests/journal
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal committed Nov 19, 2024
1 parent db0b421 commit 90f2430
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tracing-journald/tests/journal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ fn with_journald_subscriber(subscriber: Subscriber, f: impl FnOnce()) {
let sub = Registry::default().with(subscriber);
tracing::collect::with_default(sub, f);
}
Err(error) => eprintln!(
"SKIPPING TEST: journalctl --version failed with error: {error}"
),
Err(error) => eprintln!("SKIPPING TEST: journalctl --version failed with error: {error}"),
}
}

Expand Down

0 comments on commit 90f2430

Please sign in to comment.