Skip to content

Commit 088534a

Browse files
committed
fix: resolve prettier formatting issue
1 parent d48b3a2 commit 088534a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bin-test/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ async function retryUntil(
130130
}, timeoutMs);
131131
});
132132
const retry = (async () => {
133-
for (; ;) {
133+
for (;;) {
134134
if (await fn()) {
135135
break;
136136
}

0 commit comments

Comments
 (0)