Skip to content

Commit

Permalink
Maybe a fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmturner committed Jan 6, 2025
1 parent 1988416 commit d09855d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/execution/stats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -465,13 +465,11 @@ impl ExecutionComputeStats {
mean,
max,
total,
)?;
Ok(())
})?
)
})
} else {
writeln!(f, "No {label} Stats")?;
};
Ok(())
writeln!(f, "No {label} Stats")
}
}
}

Expand Down

0 comments on commit d09855d

Please sign in to comment.