Skip to content

Commit

Permalink
build(deps-dev): bump prettier from 3.0.1 to 3.0.2 in /token-swap/js (#…
Browse files Browse the repository at this point in the history
…5041)

* build(deps-dev): bump prettier from 3.0.1 to 3.0.2 in /token-swap/js

Bumps [prettier](https://github.com/prettier/prettier) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.0.1...3.0.2)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Re-run prettier for update

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Cinque <[email protected]>
  • Loading branch information
dependabot[bot] and joncinque authored Aug 16, 2023
1 parent 7813ec8 commit 4715296
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
12 changes: 6 additions & 6 deletions token-swap/js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 4715296

Please sign in to comment.