Skip to content

Commit 0ec5784

Browse files
committed
Fmt
1 parent e43e0cc commit 0ec5784

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

crates/iceberg/src/spec/avro_util.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,7 @@ pub(crate) fn codec_from_str(codec: Option<&str>, level: Option<u8>) -> Codec {
8686
Some(c) if c == CODEC_UNCOMPRESSED => Codec::Null,
8787
None => Codec::Null,
8888
Some(unknown) => {
89-
warn!(
90-
"Unrecognized compression codec '{unknown}', using no compression (Codec::Null)"
91-
);
89+
warn!("Unrecognized compression codec '{unknown}', using no compression (Codec::Null)");
9290
Codec::Null
9391
}
9492
}

0 commit comments

Comments
 (0)