hashsum: fix style violation

This commit is contained in:
Miles Liu 2023-03-21 15:44:03 +08:00
parent 62e5c5a755
commit 23e67adfd3
No known key found for this signature in database
GPG key ID: 4DB9B32F9B24A7A9

View file

@ -24,12 +24,12 @@ use std::iter;
use std::num::ParseIntError;
use std::path::Path;
use uucore::error::{FromIo, UError, UResult};
use uucore::{format_usage, help_about, help_usage};
use uucore::sum::{
Blake2b, Blake3, Digest, DigestWriter, Md5, Sha1, Sha224, Sha256, Sha384, Sha3_224, Sha3_256,
Sha3_384, Sha3_512, Sha512, Shake128, Shake256,
};
use uucore::{crash, display::Quotable, show_warning};
use uucore::{format_usage, help_about, help_usage};
const NAME: &str = "hashsum";
const ABOUT: &str = help_about!("hashsum.md");