Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Sep 27, 2024
1 parent 5bd24bc commit a288d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moksha-wallet/src/localstore/sqlite.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ impl LocalStore for SqliteLocalStore {
) -> Result<Vec<WalletKeyset>, MokshaWalletError> {
let rows = sqlx::query!("SELECT id, mint_url, keyset_id, currency_unit, active, last_index, public_keys FROM keysets;")
.fetch_all(&mut **tx)
.await?;
.await?;

Ok(rows
.iter()
Expand Down

0 comments on commit a288d60

Please sign in to comment.