Skip to content

Commit 19113d1

Browse files
committed
FORMAT?
1 parent ab94e8a commit 19113d1

File tree

1 file changed

+2
-1
lines changed
  • beacon_node/network/src/network_beacon_processor

1 file changed

+2
-1
lines changed

beacon_node/network/src/network_beacon_processor/tests.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,8 @@ async fn import_gossip_block_acceptably_early() {
730730
.await;
731731
}
732732
if num_data_columns > 0 {
733-
rig.assert_event_journal_completes(&[WorkType::ColumnReconstruction]).await;
733+
rig.assert_event_journal_completes(&[WorkType::ColumnReconstruction])
734+
.await;
734735
}
735736

736737
// Note: this section of the code is a bit race-y. We're assuming that we can set the slot clock

0 commit comments

Comments
 (0)