From 7812e5180f2ba5facd2bb4e0232fb34e4d30dab0 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Thu, 19 Apr 2018 22:01:08 -0700 Subject: [PATCH] Trailing whitespace, oh no! --- src/compiler/watch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/watch.ts b/src/compiler/watch.ts index 1b79e71efb8..2f240300aba 100644 --- a/src/compiler/watch.ts +++ b/src/compiler/watch.ts @@ -35,7 +35,7 @@ namespace ts { ]; /** - * @returns Whether the screen was cleared. + * @returns Whether the screen was cleared. */ function clearScreenIfNotWatchingForFileChanges(system: System, diagnostic: Diagnostic, options: CompilerOptions): boolean { if (system.clearScreen &&