From eeab91385c02ecc25fffc63f588706726746ad14 Mon Sep 17 00:00:00 2001 From: Hamir Mahal Date: Tue, 19 Nov 2024 13:00:36 -0800 Subject: [PATCH] fix: formatting in tracing-journald/tests/journal --- tracing-journald/tests/journal.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tracing-journald/tests/journal.rs b/tracing-journald/tests/journal.rs index 51d9dff9b..9154a991e 100644 --- a/tracing-journald/tests/journal.rs +++ b/tracing-journald/tests/journal.rs @@ -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}"), } }