فهرست منبع

removed excess newlines

Tthecreator 6 سال پیش
والد
کامیت
cce90d2b56
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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)
         {