removed excess newlines

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

View File

@ -106,7 +106,6 @@ namespace Emby.Server.Implementations.Diagnostics
return _process.WaitForExit(timeMs);
}
public Task<bool> WaitForExitAsync(int timeMs)
{
//Note: For this function to work correctly, the option EnableRisingEvents needs to be set to true.