Skip to content

Commit 9ccdd6f

Browse files
committed
fix prettier
1 parent 59aa765 commit 9ccdd6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/react-icons/scripts/fetcher.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ async function main() {
5454
}
5555
const { source } = icon;
5656
queue.add(async () => {
57-
await gitCloneIcon(source, ctx);
58-
progressBar.increment(); // Update the progress bar
59-
});
57+
await gitCloneIcon(source, ctx);
58+
progressBar.increment(); // Update the progress bar
59+
});
6060
}
6161

6262
await queue.onIdle();

0 commit comments

Comments
 (0)