Skip to content

Commit e141084

Browse files
committed
lint
1 parent 6504995 commit e141084

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beacon_node/network/src/sync/tests/lookups.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ use std::time::Duration;
3434
use tokio::sync::mpsc;
3535
use tracing::info;
3636
use types::{
37-
BlobSidecar, BlockImportSource, DataColumnSidecar, EthSpec, FixedBlobSidecarList, ForkContext,
38-
ForkName, Hash256, MinimalEthSpec as E, SignedBeaconBlock, Slot,
37+
BlobSidecar, BlockImportSource, DataColumnSidecar, FixedBlobSidecarList, ForkContext, ForkName,
38+
Hash256, MinimalEthSpec as E, SignedBeaconBlock, Slot,
3939
data_column_sidecar::ColumnIndex,
4040
test_utils::{SeedableRng, XorShiftRng},
4141
};

0 commit comments

Comments
 (0)