Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuditi committed Aug 17, 2023
1 parent c7cc773 commit a9b9ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/nodejs/lib/wallet/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1391,7 +1391,7 @@ export class Account {

/** @deprecated use prepareIncreaseVotingPower() instead. */
async prepareVotingPower(amount: string): Promise<PreparedTransaction> {
return this.prepareIncreaseVotingPower(amount)
return this.prepareIncreaseVotingPower(amount);
}

/**
Expand Down

0 comments on commit a9b9ed7

Please sign in to comment.