removed excess newlines

This commit is contained in:
Tthecreator 2019-01-22 19:42:58 +01:00
parent 0b80902cc8
commit cce90d2b56

View File

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