Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimplekid committed Oct 30, 2024
1 parent 0ff39a9 commit b8198aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cdk-strike/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ impl MintLightning for Strike {

let strike_api = self.strike_api.clone();
let cancel_token = self.wait_invoice_cancel_token.clone();
let unit = self.unit.clone();
let unit = self.unit;

Ok(futures::stream::unfold(
(
Expand Down

0 comments on commit b8198aa

Please sign in to comment.