Skip to content

Commit

Permalink
Commit from GitHub Actions (Format Code)
Browse files Browse the repository at this point in the history
  • Loading branch information
kushudai committed Nov 23, 2024
1 parent e28c33f commit 17350f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metrics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ impl MetricInfoWrapper {
pub fn set_status(&mut self, status: StatusCode) {
self.metrics.status = Some(status);
}

pub fn emit_metrics(&mut self) {
if let Some(sender) = self.sender.take() {
let mut metrics = self.metrics;
Expand Down

0 comments on commit 17350f2

Please sign in to comment.