diff options
| author | herby2212 <12448284+herby2212@users.noreply.github.com> | 2023-10-08 13:49:35 +0200 |
|---|---|---|
| committer | herby2212 <12448284+herby2212@users.noreply.github.com> | 2023-10-08 13:49:35 +0200 |
| commit | 994619afb2287b0ee80eab2511393a7803a3ddb6 (patch) | |
| tree | c0b391fc58fc963932af84026864ed7499d149a6 | |
| parent | db5c2f738efa4b4ef316ca005616e561329e735f (diff) | |
fix formatting for build process
| -rw-r--r-- | Emby.Server.Implementations/Session/SessionManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Session/SessionManager.cs b/Emby.Server.Implementations/Session/SessionManager.cs index b5d8f6c3b..329138feb 100644 --- a/Emby.Server.Implementations/Session/SessionManager.cs +++ b/Emby.Server.Implementations/Session/SessionManager.cs @@ -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; |
