Răsfoiți Sursa

fix formatting for build process

herby2212 1 an în urmă
părinte
comite
994619afb2
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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;