Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Nov 21, 2023
1 parent c2c3694 commit 634774d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextest-runner/src/reporter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)?;
}
}
Expand Down

0 comments on commit 634774d

Please sign in to comment.