Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Max Inden <[email protected]>
  • Loading branch information
mxinden committed Sep 6, 2024
1 parent 45b84cf commit 60e8c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/encoding/text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -734,8 +734,8 @@ mod tests {
use crate::metrics::{counter::Counter, exemplar::CounterWithExemplar};
use pyo3::{prelude::*, types::PyModule};
use std::borrow::Cow;
use std::sync::atomic::{AtomicI32, AtomicU32};
use std::fmt::Error;
use std::sync::atomic::{AtomicI32, AtomicU32};

#[test]
fn encode_counter() {
Expand Down

0 comments on commit 60e8c0f

Please sign in to comment.