Skip to content

Commit 5d5a9cf

Browse files
author
tac0turtle
committed
fix fmt
1 parent 327aefe commit 5d5a9cf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

client/crates/types/src/compression.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ use ruzstd::decoding::StreamingDecoder;
99
use snafu::Snafu;
1010

1111
#[cfg(not(feature = "std"))]
12-
use alloc::{format, string::{String, ToString}, vec::Vec};
12+
use alloc::{
13+
format,
14+
string::{String, ToString},
15+
vec::Vec,
16+
};
1317

1418
#[cfg(not(feature = "std"))]
1519
use ruzstd::io::Read;

0 commit comments

Comments
 (0)