Skip to content

Commit

Permalink
style: newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Cafe137 committed Jun 26, 2024
1 parent df2d2df commit d79ad51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/command/cheque/withdraw-all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export class WithdrawAll extends ChequeCommand implements LeafCommand {

if (balance.availableBalance === '0') {
this.console.error('No tokens to withdraw.')

return
}
this.console.log(`Withdrawing ${Numbers.fromDecimals(balance.availableBalance, 16)} xBZZ from the chequebook`)
Expand Down

0 comments on commit d79ad51

Please sign in to comment.