Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallagher committed Nov 3, 2023
1 parent cd89cc2 commit ea8454c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sp-sim/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ pub use sprockets_rot::common::msgs::RotRequestV1;
pub use sprockets_rot::common::msgs::RotResponseV1;
use sprockets_rot::common::Ed25519PublicKey;
pub use sprockets_rot::RotSprocketError;
use std::net::SocketAddrV6;
use tokio::sync::mpsc;
use tokio::sync::watch;
use std::net::SocketAddrV6;

#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum Responsiveness {
Expand Down
2 changes: 1 addition & 1 deletion sp-sim/src/sidecar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ use crate::Responsiveness;
use crate::SimulatedSp;
use anyhow::Result;
use async_trait::async_trait;
use futures::Future;
use futures::future;
use futures::Future;
use gateway_messages::ignition;
use gateway_messages::ignition::IgnitionError;
use gateway_messages::ignition::LinkEvents;
Expand Down

0 comments on commit ea8454c

Please sign in to comment.