Skip to content

Commit c321043

Browse files
committed
style: cargo clippy
1 parent 36fb28a commit c321043

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tap-agent/src/agent/sender_account.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ use eventuals::{Eventual, EventualExt, PipeHandle};
2525
use indexer_common::{escrow_accounts::EscrowAccounts, prelude::SubgraphClient};
2626
use ractor::{Actor, ActorProcessingErr, ActorRef, MessagingErr, SupervisionEvent};
2727
use sqlx::PgPool;
28-
use tap_core::rav::{self, SignedRAV};
28+
use tap_core::rav::SignedRAV;
2929
use tracing::{error, warn, Level};
3030

3131
use super::sender_allocation::{SenderAllocation, SenderAllocationArgs};

tap-agent/src/agent/sender_allocation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ impl SenderAllocationState {
503503
})
504504
}
505505

506-
async fn request_rav(&mut self) -> (Result<()>) {
506+
async fn request_rav(&mut self) -> Result<()> {
507507
match self.rav_requester_single().await {
508508
Ok(rav) => {
509509
self.unaggregated_fees = self.calculate_unaggregated_fee().await?;

0 commit comments

Comments
 (0)