Skip to content

Commit

Permalink
clippy v2
Browse files Browse the repository at this point in the history
  • Loading branch information
chudkowsky committed Sep 19, 2024
1 parent 7fc30a3 commit 411d63d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cairo-proof-parser/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,7 @@ mod tests {
};

pub fn read_proof() -> String {
let proof = std::fs::read_to_string("example/proof.json").unwrap();
proof
std::fs::read_to_string("example/proof.json").unwrap()
}
#[test]
fn test_extract_program_hash() {
Expand Down

0 comments on commit 411d63d

Please sign in to comment.