Skip to content

Commit 1ae7d16

Browse files
committed
Run cargo fmt
1 parent 79645fa commit 1ae7d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/encode.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
use crate::{Config, PAD_BYTE};
21
#[cfg(any(feature = "alloc", feature = "std", test))]
32
use crate::{chunked_encoder, STANDARD};
3+
use crate::{Config, PAD_BYTE};
44
#[cfg(any(feature = "alloc", feature = "std", test))]
55
use alloc::{string::String, vec};
66
use core::convert::TryInto;

0 commit comments

Comments
 (0)