No public change.

PiperOrigin-RevId: 264963127
diff --git a/internal/tsc_wrapped/compiler_host.ts b/internal/tsc_wrapped/compiler_host.ts
index 4aac685..c05b3c3 100644
--- a/internal/tsc_wrapped/compiler_host.ts
+++ b/internal/tsc_wrapped/compiler_host.ts
@@ -97,7 +97,6 @@
   host: ts.ModuleResolutionHost = this;
   private allowActionInputReads = true;
 
-
   constructor(
       public inputFiles: string[], options: ts.CompilerOptions,
       readonly bazelOpts: BazelOptions, private delegate: ts.CompilerHost,