Skip to content

Commit 5789b96

Browse files
committed
chore: cargo fmt
1 parent dde1c57 commit 5789b96

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -874,11 +874,11 @@ pub mod tests {
874874

875875
use futures::future::join_all;
876876
use indexer_monitor::{DeploymentDetails, EscrowAccounts, SubgraphClient};
877-
use tap_aggregator::grpc::tap_aggregator_client::TapAggregatorClient;
878877
use ractor::{call, cast, Actor, ActorRef, ActorStatus};
879878
use ruint::aliases::U256;
880879
use serde_json::json;
881880
use sqlx::PgPool;
881+
use tap_aggregator::grpc::tap_aggregator_client::TapAggregatorClient;
882882
use tap_aggregator::{jsonrpsee_helpers::JsonRpcResponse, server::run_server};
883883
use tap_core::receipt::{
884884
checks::{Check, CheckError, CheckList, CheckResult},
@@ -958,13 +958,13 @@ pub mod tests {
958958
};
959959

960960
let endpoint = Endpoint::new(sender_aggregator_endpoint.to_string())
961-
.unwrap()
962-
.connect_timeout(Duration::default());
961+
.unwrap()
962+
.connect_timeout(Duration::default());
963963

964-
let sender_aggregator = TapAggregatorClient::connect(endpoint)
965-
.await
966-
.unwrap()
967-
.send_compressed(tonic::codec::CompressionEncoding::Zstd);
964+
let sender_aggregator = TapAggregatorClient::connect(endpoint)
965+
.await
966+
.unwrap()
967+
.send_compressed(tonic::codec::CompressionEncoding::Zstd);
968968
SenderAllocationArgs {
969969
pgpool: pgpool.clone(),
970970
allocation_id: ALLOCATION_ID_0,
@@ -1263,7 +1263,7 @@ pub mod tests {
12631263
SenderAccountMessage::UpdateReceiptFees(_, ReceiptFees::RavRequestResponse(_))
12641264
));
12651265

1266-
// Stop the TAP aggregator server.
1266+
// Stop the TAP aggregator server.
12671267
handle.abort();
12681268

12691269
// Optionally, check if the task has been stopped

0 commit comments

Comments
 (0)