mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-08 20:11:22 +00:00
rustfmt changes
This commit is contained in:
parent
5eabdad0dc
commit
ca3aa82f4e
@ -96,8 +96,10 @@ fn generate_cycle(
|
|||||||
.map(|(j, shard_indices)| ShardAndCommittee {
|
.map(|(j, shard_indices)| ShardAndCommittee {
|
||||||
shard: ((shard_start + j) % shard_count) as u16,
|
shard: ((shard_start + j) % shard_count) as u16,
|
||||||
committee: shard_indices.to_vec(),
|
committee: shard_indices.to_vec(),
|
||||||
}).collect()
|
})
|
||||||
}).collect();
|
.collect()
|
||||||
|
})
|
||||||
|
.collect();
|
||||||
Ok(cycle)
|
Ok(cycle)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user