Skip to content

Commit 9793077

Browse files
authored
Merge pull request #247 from pbs-data-solutions/clippy
Fix new clippy errors
2 parents 3b9d5ad + f180c9d commit 9793077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ fn main() {
142142
verbose,
143143
} => {
144144
if !checksum_path.exists() {
145-
print_error(&format!("Path {:?} does not exist", checksum_path));
145+
print_error(&format!("Path {checksum_type:?} does not exist"));
146146
exit(1);
147147
}
148148

0 commit comments

Comments
 (0)