Skip to content

Commit 60e8c0f

Browse files
committed
fmt
Signed-off-by: Max Inden <[email protected]>
1 parent 45b84cf commit 60e8c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/encoding/text.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -734,8 +734,8 @@ mod tests {
734734
use crate::metrics::{counter::Counter, exemplar::CounterWithExemplar};
735735
use pyo3::{prelude::*, types::PyModule};
736736
use std::borrow::Cow;
737-
use std::sync::atomic::{AtomicI32, AtomicU32};
738737
use std::fmt::Error;
738+
use std::sync::atomic::{AtomicI32, AtomicU32};
739739

740740
#[test]
741741
fn encode_counter() {

0 commit comments

Comments
 (0)