Ver Fonte

fix formatting for build process

herby2212 há 1 ano atrás
pai
commit
994619afb2
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Emby.Server.Implementations/Session/SessionManager.cs

+ 1 - 1
Emby.Server.Implementations/Session/SessionManager.cs

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