Skip to content

Commit 7d48f44

Browse files
lint
1 parent e4fb1c6 commit 7d48f44

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

consensus/src/marshal/mocks/harness.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,8 +451,7 @@ async fn assert_validator_matches_canonical<H: TestHarness>(
451451
(Height::zero(), genesis_digest)
452452
};
453453
assert_eq!(
454-
height,
455-
expected_height,
454+
height, expected_height,
456455
"{label}: application reported wrong tip height",
457456
);
458457
assert_eq!(

0 commit comments

Comments
 (0)