mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-04 05:25:26 +01:00
chore: clippy
This commit is contained in:
@@ -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)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user