Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ackintosh committed Dec 25, 2023
1 parent 8b2bdfa commit a485e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_node/network/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ use lighthouse_network::{
types::{core_topics_to_subscribe, GossipEncoding, GossipTopic},
MessageId, NetworkEvent, NetworkGlobals, PeerId,
};
use rand::seq::SliceRandom;
use slog::{crit, debug, error, info, o, trace, warn};
use slot_clock::SlotClock;
use std::{collections::HashSet, pin::Pin, sync::Arc, time::Duration};
use rand::seq::SliceRandom;
use store::HotColdDB;
use strum::IntoStaticStr;
use task_executor::ShutdownReason;
Expand Down

0 comments on commit a485e25

Please sign in to comment.