mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-11 18:04:18 +00:00
cargo fmt
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user