Skip to content

Commit a6d21b4

Browse files
committed
Run cargo fmt
1 parent 702dc15 commit a6d21b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,11 @@ use crate::structs::Calculator;
147147
use crate::traits::CrcCalculator;
148148
use digest::{DynDigest, InvalidBufferSize};
149149

150+
use crate::feature_detection::get_arch_ops;
150151
#[cfg(feature = "std")]
151152
use std::fs::File;
152153
#[cfg(feature = "std")]
153154
use std::io::{Read, Write};
154-
use crate::feature_detection::get_arch_ops;
155155

156156
mod algorithm;
157157
mod arch;

0 commit comments

Comments
 (0)