Skip to content

Commit

Permalink
Formatted files
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCipherCoder committed Nov 13, 2024
1 parent 4da4e30 commit fb1334d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/js/src/getInitializeInstructionsForExtensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
getInitializeTokenGroupInstruction,
getInitializeTokenMetadataInstruction,
getInitializeTransferFeeConfigInstruction,
getInitializeNonTransferableMintInstruction
getInitializeNonTransferableMintInstruction,
} from './generated';

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ test('it initializes a non-transferable mint', async (t) => {
extensions: some([extension('NonTransferable', {})]),
},
});
});
});

0 comments on commit fb1334d

Please sign in to comment.