fix formatting for build process

pull/10357/head
herby2212 8 months ago
parent db5c2f738e
commit 994619afb2

@ -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;

Loading…
Cancel
Save