Skip to content

Commit

Permalink
Prettier.
Browse files Browse the repository at this point in the history
  • Loading branch information
atmgrifter00 committed Oct 23, 2024
1 parent 107a24e commit 6ec8fc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ export async function waitTimeout(ms = 0): Promise<void> {
await new Promise(resolve => {
window.setTimeout(() => resolve(undefined), ms);
});
}
}

0 comments on commit 6ec8fc8

Please sign in to comment.