Skip to content

Commit

Permalink
cargo fmt and clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
b-yap committed Oct 8, 2024
1 parent 71222e1 commit 458ba4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/stellar-relay-lib/src/overlay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use tokio::sync::{
mpsc,
mpsc::{error::SendError, Sender},
};
use tracing::{debug, error, info};
use tracing::{error, info};

use crate::{
connection::{poll_messages_from_stellar, ConnectionInfo, Connector},
Expand Down
3 changes: 1 addition & 2 deletions clients/vault/src/oracle/agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ use stellar_relay_lib::{

use crate::{
oracle::{
collector::ScpMessageCollector, errors::Error,
types::StellarMessageSender, AddTxSet, Proof,
collector::ScpMessageCollector, errors::Error, types::StellarMessageSender, AddTxSet, Proof,
},
ArcRwLock,
};
Expand Down

0 comments on commit 458ba4f

Please sign in to comment.