Skip to content

Commit

Permalink
style: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bvandercar-vt committed May 7, 2024
1 parent 54017f2 commit 40b2d19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/spoof.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export interface GhostCursor {
// Helper function to wait a specified number of milliseconds
const delay = async (ms: number): Promise<void> => {
if (ms < 1) return

await new Promise((resolve) => setTimeout(resolve, ms))
}

Expand Down

0 comments on commit 40b2d19

Please sign in to comment.