Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ryardley committed Dec 2, 2024
1 parent de00110 commit 7396b74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ciphernode/net/src/network_manager.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use std::sync::Arc;
use std::{collections::HashSet, error::Error};
use crate::NetworkPeer;
/// Actor for connecting to an libp2p client via it's mpsc channel interface
/// This Actor should be responsible for
Expand All @@ -10,6 +8,8 @@ use cipher::Cipher;
use data::Repository;
use enclave_core::{EnclaveEvent, EventBus, EventId, Subscribe};
use libp2p::identity::ed25519;
use std::sync::Arc;
use std::{collections::HashSet, error::Error};
use tokio::sync::mpsc::{Receiver, Sender};
use tracing::{error, info, instrument, trace};
use zeroize::Zeroize;
Expand Down

0 comments on commit 7396b74

Please sign in to comment.