cargo fmt

This commit is contained in:
realbigsean
2024-05-06 17:32:25 -04:00
parent 9f6de8e5d7
commit 38382a3ca1

View File

@@ -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());