cleanup more tests and spaces (#3288)

* cleanup more tests and spaces

* oops
This commit is contained in:
Andronik Ordian
2021-06-17 19:28:10 +02:00
committed by GitHub
parent 6f8c8ec387
commit 325cc888b1
10 changed files with 3496 additions and 3452 deletions
+1 -1
View File
@@ -569,7 +569,7 @@ impl<T: Config> Module<T> {
{
Ok(i) => i,
Err(_) => 0, // can only happen if rotations occur only once every u32::max(),
// so functionally no difference in behavior.
// so functionally no difference in behavior.
};
let group_idx = (core.0 as usize + rotations_since_session_start as usize) % validator_groups.len();