Browse Source

removed excess newlines

Tthecreator 6 năm trước cách đây
mục cha
commit
cce90d2b56
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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)
         {