mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-24 09:53:09 -05:00
fix: make clippy happy
This commit is contained in:
parent
e66bd04bce
commit
f7b08d4bd5
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ where
|
|||
|
||||
errors.push(err);
|
||||
|
||||
return Err(BackoffError::transient(()));
|
||||
Err(BackoffError::transient(()))
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue