Skip to content

Commit 7812e51

Browse files
author
Josh Goldberg
committed
Trailing whitespace, oh no!
1 parent 3512511 commit 7812e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/watch.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace ts {
3535
];
3636

3737
/**
38-
* @returns Whether the screen was cleared.
38+
* @returns Whether the screen was cleared.
3939
*/
4040
function clearScreenIfNotWatchingForFileChanges(system: System, diagnostic: Diagnostic, options: CompilerOptions): boolean {
4141
if (system.clearScreen &&

0 commit comments

Comments
 (0)