Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Oct 9, 2024
1 parent c498e59 commit 601d8b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ impl AggregationFuzzer {
let res = self.run_inner().await;

if let Err(e) = res {
// Print the error via `Display` so that it displays nicely (the default `unwrap()`
// Print the error via `Display` so that it displays nicely (the default `unwrap()`
// prints using `Debug` which escapes newlines, and makes multi-line messages
// hard to read
println!("{e}");
Expand Down

0 comments on commit 601d8b1

Please sign in to comment.