Skip to content

Commit 372f953

Browse files
author
Ubuntu
committed
fix: clippy
1 parent 03752e2 commit 372f953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/local/prover.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ impl ProverTask {
6767
"verifier_only_circuit_data.json",
6868
"verifier.sol",
6969
];
70-
std::fs::create_dir_all(format!("{}", key_path)).unwrap();
70+
std::fs::create_dir_all(&key_path).unwrap();
7171
target_files.iter().for_each(|f| {
7272
std::fs::copy(format!("{inputdir}/{f}"), format!("{key_path}/{f}")).unwrap();
7373
});

0 commit comments

Comments
 (0)