Skip to content

Commit

Permalink
run clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Apr 9, 2024
1 parent 765ad54 commit 5cc0502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use futures_util::future::FutureExt;
use std::future::Future;
use std::pin::Pin;
use tower::{BoxError, Service, ServiceExt};
use zebra_chain::amount::{Amount, NonNegative};


pub use request::Request;

Expand Down

0 comments on commit 5cc0502

Please sign in to comment.