Skip to content

Commit

Permalink
style: fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mellowcroc committed Sep 26, 2024
1 parent d74e696 commit 32f848a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/annotation_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ mod tests {

let fri_merkle_contract_args = split_proofs
.fri_merkle_statements
.get(0)
.first()
.unwrap()
.contract_function_call();
assert_eq!(split_proofs.fri_merkle_statements.len(), 6);
Expand Down

0 comments on commit 32f848a

Please sign in to comment.