From 60e8c0f62b9898d7731974f2407bd093026e16f9 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Fri, 6 Sep 2024 12:30:38 +0200 Subject: [PATCH] fmt Signed-off-by: Max Inden --- src/encoding/text.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/encoding/text.rs b/src/encoding/text.rs index 8af67a5..4946fe3 100644 --- a/src/encoding/text.rs +++ b/src/encoding/text.rs @@ -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() {