Skip to content

Commit

Permalink
Forgot to fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
timorleph committed Jan 24, 2025
1 parent bc64848 commit 56297ff
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions consensus/src/creation/creator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -297,12 +297,6 @@ mod tests {
for coord in preunit.control_hash().parents().take(5) {
assert_eq!(coord.round(), round - 1);
}
assert!(
preunit
.control_hash()
.parents()
.nth(5)
.is_some()
);
assert!(preunit.control_hash().parents().nth(5).is_some());
}
}

0 comments on commit 56297ff

Please sign in to comment.