Explorar o código

fix formatting for build process

herby2212 hai 1 ano
pai
achega
994619afb2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
             }
 
-            if(_inactiveTimer is not null)
+            if (_inactiveTimer is not null)
             {
                 await _inactiveTimer.DisposeAsync().ConfigureAwait(false);
                 _inactiveTimer = null;