Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
realbigsean committed May 6, 2024
1 parent 9f6de8e commit 38382a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion beacon_node/operation_pool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,9 @@ mod release_tests {
op_pool
.insert_attestation(att.clone_as_attestation(), attesting_indices.clone())
.unwrap();
op_pool.insert_attestation(att.clone_as_attestation(), attesting_indices).unwrap();
op_pool
.insert_attestation(att.clone_as_attestation(), attesting_indices)
.unwrap();
}

assert_eq!(op_pool.num_attestations(), committees.len());
Expand Down

0 comments on commit 38382a3

Please sign in to comment.