Skip to content

Commit

Permalink
fix dangling character
Browse files Browse the repository at this point in the history
  • Loading branch information
tobz committed Jan 31, 2025
1 parent fd74d2c commit 440e505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics-exporter-prometheus/src/recorder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ impl Inner {
&name,
Some("bucket"),
&labels,
Some(("le", "+Inf")),i
Some(("le", "+Inf")),
histogram.count(),
unit.filter(|_| self.enable_unit_suffix),
);
Expand Down

0 comments on commit 440e505

Please sign in to comment.