Cargo fmt

This commit is contained in:
Louis Dureuil 2023-05-03 12:21:58 +02:00
parent 90bc230820
commit 1aaf24ccbf
No known key found for this signature in database
18 changed files with 48 additions and 55 deletions

View file

@ -21,5 +21,5 @@ pub use self::roaring_bitmap_length::{
BoRoaringBitmapLenCodec, CboRoaringBitmapLenCodec, RoaringBitmapLenCodec,
};
pub use self::script_language_codec::ScriptLanguageCodec;
pub use self::str_beu32_codec::{StrBEU32Codec, StrBEU16Codec};
pub use self::str_beu32_codec::{StrBEU16Codec, StrBEU32Codec};
pub use self::str_str_u8_codec::{U8StrStrCodec, UncheckedU8StrStrCodec};