mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
cargo fmt
This commit is contained in:
@@ -1060,7 +1060,9 @@ mod release_tests {
|
|||||||
op_pool
|
op_pool
|
||||||
.insert_attestation(att.clone_as_attestation(), attesting_indices.clone())
|
.insert_attestation(att.clone_as_attestation(), attesting_indices.clone())
|
||||||
.unwrap();
|
.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());
|
assert_eq!(op_pool.num_attestations(), committees.len());
|
||||||
|
|||||||
Reference in New Issue
Block a user