Skip to content

Commit f406d67

Browse files
committed
return bool
1 parent 014f5c2 commit f406d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/uudoc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ fn fix_usage(name: &str, usage: String) -> String {
361361
}
362362
}
363363

364-
fn is_hashsum_family(name: &str) {
364+
fn is_hashsum_family(name: &str) -> bool {
365365
match name {
366366
"md5sum" | "sha1sum" | "sha224sum" | "sha256sum" | "sha384sum" | "sha512sum"
367367
| "sha3sum" | "sha3-224sum" | "sha3-256sum" | "sha3-384sum" | "sha3-512sum"

0 commit comments

Comments
 (0)