Skip to content

Commit 80ca11f

Browse files
committed
run biome check
1 parent d3d3a7a commit 80ca11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokens/spl-token-minter/poseidon/tests/spl-token-minter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ describe('spl_token_minter', () => {
5151
console.log('Token Account Info', tokenAccountInfo);
5252
assert.equal(tokenAccountInfo.amount, BigInt(amount.toString()), 'Balance should be minted');
5353
});
54-
});
54+
});

0 commit comments

Comments
 (0)