浏览代码

Fix indentation

Cody Robibero 3 年之前
父节点
当前提交
611c20dba8
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      Emby.Server.Implementations/Library/Validators/StudiosValidator.cs

+ 3 - 3
Emby.Server.Implementations/Library/Validators/StudiosValidator.cs

@@ -92,9 +92,9 @@ namespace Emby.Server.Implementations.Library.Validators
                 _libraryManager.DeleteItem(
                     item,
                     new DeleteOptions
-                {
-                    DeleteFileLocation = false
-                },
+                    {
+                        DeleteFileLocation = false
+                    },
                     false);
             }