From 634774d53dd2e340f0d7a329ce7a77adae03a496 Mon Sep 17 00:00:00 2001 From: Rain Date: Mon, 20 Nov 2023 22:05:21 -0800 Subject: [PATCH] rustfmt --- nextest-runner/src/reporter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextest-runner/src/reporter.rs b/nextest-runner/src/reporter.rs index d9220f6fd88..fa8070f980e 100644 --- a/nextest-runner/src/reporter.rs +++ b/nextest-runner/src/reporter.rs @@ -379,7 +379,7 @@ impl<'a> TestReporter<'a> { } ReporterStderrImpl::Buffer(buf) => { self.inner - .write_event_impl(&event, * buf) + .write_event_impl(&event, *buf) .map_err(WriteEventError::Io)?; } }