Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
PadowYT2 committed Sep 16, 2024
1 parent 59aa765 commit 9ccdd6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/react-icons/scripts/fetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ async function main() {
}
const { source } = icon;
queue.add(async () => {
await gitCloneIcon(source, ctx);
progressBar.increment(); // Update the progress bar
});
await gitCloneIcon(source, ctx);
progressBar.increment(); // Update the progress bar
});
}

await queue.onIdle();
Expand Down

0 comments on commit 9ccdd6f

Please sign in to comment.