Skip to content

Commit 0bce837

Browse files
committed
eof
1 parent b8c2a60 commit 0bce837

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/testapp/src/pages/add-sub-account/components/GetSubAccounts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ export function GetSubAccounts({ sdk }: GetSubAccountsProps) {
8686
)}
8787
</>
8888
);
89-
}
89+
}

packages/wallet-sdk/src/core/rpc/wallet_getSubAccount.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ describe('wallet_getSubAccounts schema', () => {
6767
expect(Array.isArray(response.subAccounts)).toBe(true);
6868
expect(response.subAccounts.length).toBe(0);
6969
});
70-
});
70+
});

0 commit comments

Comments
 (0)