Skip to content

Commit 84f5035

Browse files
committed
fmt
1 parent a307b79 commit 84f5035

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beacon_node/http_api/src/publish_attestations.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
//! attestations and there's no immediate cause for concern.
3737
use crate::task_spawner::{Priority, TaskSpawner};
3838
use beacon_chain::{
39-
validator_monitor::timestamp_now,
40-
AttestationError, BeaconChain, BeaconChainError, BeaconChainTypes,
39+
validator_monitor::timestamp_now, AttestationError, BeaconChain, BeaconChainError,
40+
BeaconChainTypes,
4141
};
4242
use beacon_processor::work_reprocessing_queue::{QueuedUnaggregate, ReprocessQueueMessage};
4343
use eth2::types::Failure;

0 commit comments

Comments
 (0)