Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 9128769

Browse files
committed
Removing trailing whitespace
1 parent be92c6f commit 9128769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/command/src/readpipeddata.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const ReadPipedStdin = {
1010
}
1111

1212
const timer = setTimeout(async () => {
13-
clearTimeout(timer)
13+
clearTimeout(timer)
1414
if (input) return resolve(input)
1515
reject(new Error('No input'))
1616
}, 1000)

0 commit comments

Comments
 (0)