Skip to content

Commit

Permalink
Re-run prettier for update
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Aug 16, 2023
1 parent 1ce8da3 commit 900840d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions token-swap/js/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,8 @@ export class TokenSwap {
);

// Allocate memory for the account
const balanceNeeded = await TokenSwap.getMinBalanceRentForExemptTokenSwap(
connection,
);
const balanceNeeded =
await TokenSwap.getMinBalanceRentForExemptTokenSwap(connection);
transaction = new Transaction();
transaction.add(
SystemProgram.createAccount({
Expand Down

0 comments on commit 900840d

Please sign in to comment.