Skip to content

Commit

Permalink
lint + prettier pass
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyboylehub committed Jul 18, 2024
1 parent 6941c66 commit 75bb415
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion clients/js/test/createV1.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ import {
programmableConfig,
TokenStandard,
} from '../src';
import { collectionV2Padding, createUmi, SPL_TOKEN_2022_PROGRAM_ID } from './_setup';
import {
collectionV2Padding,
createUmi,
SPL_TOKEN_2022_PROGRAM_ID,
} from './_setup';

test('it can create a new NonFungible', async (t) => {
// Given a new mint Signer.
Expand Down

0 comments on commit 75bb415

Please sign in to comment.