chore: clippy

This commit is contained in:
thesimplekid
2024-01-03 13:58:13 +00:00
parent 44918fcbb1
commit 03aa4a17b2

View File

@@ -276,7 +276,7 @@ impl<L: LocalStore> Mint<L> {
for id in &output_keyset_ids {
let keyset = self
.localstore
.get_keyset(&id)
.get_keyset(id)
.await?
.ok_or(Error::UnknownKeySet)?;