fix formatting for build process

This commit is contained in:
herby2212 2023-10-08 13:49:35 +02:00
parent db5c2f738e
commit 994619afb2

View file

@ -1873,7 +1873,7 @@ namespace Emby.Server.Implementations.Session
_idleTimer = null;
}
if(_inactiveTimer is not null)
if (_inactiveTimer is not null)
{
await _inactiveTimer.DisposeAsync().ConfigureAwait(false);
_inactiveTimer = null;