Skip to content

Commit 48959af

Browse files
committed
refactor: cargo fmt
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent 56dfb74 commit 48959af

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

crates/monitor/src/attestation.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ use thegraph_core::{Address, ChainId};
1111
use tokio::sync::watch::Receiver;
1212
use tracing::warn;
1313

14-
1514
/// An always up-to-date list of attestation signers, one for each of the indexer's allocations.
1615
pub fn attestation_signers(
1716
indexer_allocations_rx: Receiver<HashMap<Address, Allocation>>,

crates/monitor/src/escrow_accounts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,11 @@ async fn get_escrow_accounts(
164164

165165
#[cfg(test)]
166166
mod tests {
167-
use test_log::test;
168167
use test_assets::{
169168
ESCROW_ACCOUNTS_BALANCES, ESCROW_ACCOUNTS_SENDERS_TO_SIGNERS,
170169
ESCROW_ACCOUNTS_SIGNERS_TO_SENDERS,
171170
};
171+
use test_log::test;
172172
use wiremock::matchers::{method, path};
173173
use wiremock::{Mock, MockServer, ResponseTemplate};
174174

crates/tap-agent/src/agent/sender_account.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ use bigdecimal::num_bigint::ToBigInt;
88
use bigdecimal::ToPrimitive;
99

1010
use futures::{stream, StreamExt};
11-
use indexer_watcher::watch_pipe;
1211
use indexer_query::unfinalized_transactions;
1312
use indexer_query::{
1413
closed_allocations::{self, ClosedAllocations},
1514
UnfinalizedTransactions,
1615
};
16+
use indexer_watcher::watch_pipe;
1717
use jsonrpsee::http_client::HttpClientBuilder;
1818
use prometheus::{register_gauge_vec, register_int_gauge_vec, GaugeVec, IntGaugeVec};
1919
use reqwest::Url;

crates/tap-agent/src/agent/sender_allocation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ pub mod tests {
872872
},
873873
};
874874
use futures::future::join_all;
875-
use indexer_monitor::{EscrowAccounts, DeploymentDetails, SubgraphClient};
875+
use indexer_monitor::{DeploymentDetails, EscrowAccounts, SubgraphClient};
876876
use jsonrpsee::http_client::HttpClientBuilder;
877877
use ractor::{
878878
call, cast, concurrency::JoinHandle, Actor, ActorProcessingErr, ActorRef, ActorStatus,

0 commit comments

Comments
 (0)