浏览代码

fix formatting for build process

herby2212 1 年之前
父节点
当前提交
994619afb2
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;