Skip to content

Commit 5191039

Browse files
committed
chore: fmt
1 parent 8f00dab commit 5191039

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/lib.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,12 @@
147147
)]
148148
#![cfg_attr(not(all), allow(unused))]
149149

150-
#[cfg(any(feature = "bzip2", feature = "flate2", feature = "lzma", feature = "lz4"))]
150+
#[cfg(any(
151+
feature = "bzip2",
152+
feature = "flate2",
153+
feature = "lzma",
154+
feature = "lz4"
155+
))]
151156
use std::convert::TryInto;
152157

153158
#[macro_use]

0 commit comments

Comments
 (0)