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; _idleTimer = null;
} }
if(_inactiveTimer is not null) if (_inactiveTimer is not null)
{ {
await _inactiveTimer.DisposeAsync().ConfigureAwait(false); await _inactiveTimer.DisposeAsync().ConfigureAwait(false);
_inactiveTimer = null; _inactiveTimer = null;