Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 29ec013

Browse files
committed
lint the ts
1 parent 26fb7c8 commit 29ec013

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

account-compression/sdk/src/instructions/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import {
66
createAppendCanopyNodesInstruction,
77
createAppendInstruction,
88
createCloseEmptyTreeInstruction,
9-
createInitPreparedTreeWithRootInstruction,
109
createInitEmptyMerkleTreeInstruction,
10+
createInitPreparedTreeWithRootInstruction,
1111
createPrepareBatchMerkleTreeInstruction,
1212
createReplaceLeafInstruction,
1313
createTransferAuthorityInstruction,

account-compression/sdk/tests/accountCompression.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import {
1212
createAppendIx,
1313
createCloseEmptyTreeInstruction,
1414
createCloseEmptyTreeIx,
15-
createInitPreparedTreeWithRootIx,
1615
createInitEmptyMerkleTreeIx,
16+
createInitPreparedTreeWithRootIx,
1717
createReplaceIx,
1818
createTransferAuthorityIx,
1919
createVerifyLeafIx,

0 commit comments

Comments
 (0)