浏览代码

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)
         {