Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
jbearer committed Oct 9, 2023
1 parent 37bff5a commit 927545e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/faucet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,10 @@ impl Faucet {

tracing::debug!("Got receipt {:?}", receipt);

let Some(Transfer{sender, request, ..}) = inflight else {
let Some(Transfer {
sender, request, ..
}) = inflight
else {
return self.handle_non_faucet_transfer(&receipt).await;
};

Expand Down

0 comments on commit 927545e

Please sign in to comment.