Skip to content

Commit 29e0058

Browse files
committed
yarn prettify:fix
1 parent bd5b8ae commit 29e0058

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tests/settlePNLInvariant.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -311,16 +311,16 @@ describe('spot deposit and withdraw', () => {
311311
it('Second User Deposit SOL', async () => {
312312
[secondUserDriftClient, secondUserDriftClientWSOLAccount] =
313313
await createUserWithUSDCAndWSOLAccount(
314-
bankrunContextWrapper,
315-
usdcMint,
316-
chProgram,
317-
solAmount,
318-
ZERO,
319-
marketIndexes,
320-
spotMarketIndexes,
321-
oracleInfos,
322-
bulkAccountLoader
323-
);
314+
bankrunContextWrapper,
315+
usdcMint,
316+
chProgram,
317+
solAmount,
318+
ZERO,
319+
marketIndexes,
320+
spotMarketIndexes,
321+
oracleInfos,
322+
bulkAccountLoader
323+
);
324324

325325
const marketIndex = 1;
326326
const txSig = await secondUserDriftClient.deposit(

0 commit comments

Comments
 (0)