Skip to content

Commit

Permalink
Add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelosalloum committed Dec 13, 2023
1 parent 1c9ebe4 commit 0c4d32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/data/wallets.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (wm *WalletModel) FindWallets(ctx context.Context, enabledFilter *bool) ([]
var args []interface{}

if enabledFilter != nil {
whereClause = "WHERE w.enabled = $1"
whereClause = "WHERE w.enabled = $1 "
args = append(args, *enabledFilter)
}

Expand Down

0 comments on commit 0c4d32e

Please sign in to comment.