Skip to content

Commit

Permalink
ts: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ckamm committed Oct 11, 2023
1 parent 70bf31a commit 16bea67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/client/scripts/mainnet-no-margin-group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ async function placeAuction(): Promise<void> {

await client.tokenConditionalSwapCancelAll(group, mangoAccount!);

for (let i = 0; i < 3; i += 1) {
for (let i = 0; i < 3; i += 1) {
await client.tokenConditionalSwapCreateLinearAuction(
group,
mangoAccount!,
Expand Down

0 comments on commit 16bea67

Please sign in to comment.