aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2021-09-03 06:57:33 -0600
committerCody Robibero <cody@robibe.ro>2021-09-03 06:57:33 -0600
commit611c20dba88ba83e41cb421baa12aa238af76216 (patch)
tree8c9e4ce71380b2534a79417a33c35ddd9e957565
parent8e498b01e73b84f4343f8a00df11869ab8ab7089 (diff)
Fix indentation
-rw-r--r--Emby.Server.Implementations/Library/Validators/StudiosValidator.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Emby.Server.Implementations/Library/Validators/StudiosValidator.cs b/Emby.Server.Implementations/Library/Validators/StudiosValidator.cs
index 7a22f851b..8577d722e 100644
--- a/Emby.Server.Implementations/Library/Validators/StudiosValidator.cs
+++ b/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);
}