Skip to content

Commit 632be3f

Browse files
committed
cargo fmt
1 parent 4812466 commit 632be3f

File tree

1 file changed

+1
-1
lines changed
  • base_layer/wallet/src/transaction_service/storage

1 file changed

+1
-1
lines changed

base_layer/wallet/src/transaction_service/storage/sqlite_db.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ impl TransactionBackend for TransactionServiceSqliteDatabase {
10571057
let cipher = acquire_read_lock!(self.cipher);
10581058

10591059
let mut query = completed_transactions::table.into_boxed();
1060-
if let Some(id) = payment_id{
1060+
if let Some(id) = payment_id {
10611061
query = query.filter(completed_transactions::user_payment_id.eq(id));
10621062
}
10631063
if let Some(hash) = block_hash {

0 commit comments

Comments
 (0)