Skip to content

Commit a964b5b

Browse files
committed
prettify fix
1 parent 35a9552 commit a964b5b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/placeAndMakePerp.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,10 @@ describe('place and make perp order', () => {
122122
new BN(32 * PEG_PRECISION.toNumber())
123123
);
124124

125-
await makerDriftClient.updatePerpMarketPausedOperations(0, PerpOperation.AMM_FILL);
125+
await makerDriftClient.updatePerpMarketPausedOperations(
126+
0,
127+
PerpOperation.AMM_FILL
128+
);
126129

127130
await makerDriftClient.initializeUserAccountAndDepositCollateral(
128131
usdcAmount,

0 commit comments

Comments
 (0)