Skip to content

Commit

Permalink
fix: formatting in tests/journal.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal committed Dec 16, 2024
1 parent 4f018c2 commit dcc257c
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 dcc257c

Please sign in to comment.