Internal-only change

PiperOrigin-RevId: 221490298
diff --git a/internal/tsc_wrapped/diagnostics.ts b/internal/tsc_wrapped/diagnostics.ts
index b623e71..89c2680 100644
--- a/internal/tsc_wrapped/diagnostics.ts
+++ b/internal/tsc_wrapped/diagnostics.ts
@@ -147,7 +147,6 @@
     // disk
     getCanonicalFileName: (f: string) => f
   };
-
   return ts.formatDiagnostics(diagnostics, diagnosticsHost);
 }
 
@@ -164,6 +163,5 @@
     // disk
     getCanonicalFileName: (f: string) => f
   };
-
   return ts.formatDiagnosticsWithColorAndContext(diagnostics, diagnosticsHost);
 }