Jelajahi Sumber

removed excess newlines

Tthecreator 6 tahun lalu
induk
melakukan
cce90d2b56
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      Emby.Server.Implementations/Diagnostics/CommonProcess.cs

+ 0 - 1
Emby.Server.Implementations/Diagnostics/CommonProcess.cs

@@ -105,7 +105,6 @@ namespace Emby.Server.Implementations.Diagnostics
         {
             return _process.WaitForExit(timeMs);
         }
-
         
         public Task<bool> WaitForExitAsync(int timeMs)
         {