瀏覽代碼

Align indentation on bottom brace of new list

Should stop error SA1137 in debug build
Ronan Charles-Lorel 1 年之前
父節點
當前提交
4dc87a6f93
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Emby.Server.Implementations/IO/ManagedFileSystem.cs

+ 1 - 1
Emby.Server.Implementations/IO/ManagedFileSystem.cs

@@ -27,7 +27,7 @@ namespace Emby.Server.Implementations.IO
             (char)11, (char)12, (char)13, (char)14, (char)15, (char)16, (char)17, (char)18, (char)19, (char)20,
             (char)11, (char)12, (char)13, (char)14, (char)15, (char)16, (char)17, (char)18, (char)19, (char)20,
             (char)21, (char)22, (char)23, (char)24, (char)25, (char)26, (char)27, (char)28, (char)29, (char)30,
             (char)21, (char)22, (char)23, (char)24, (char)25, (char)26, (char)27, (char)28, (char)29, (char)30,
             (char)31, ':', '*', '?', '\\', '/'
             (char)31, ':', '*', '?', '\\', '/'
-         };
+        };
 
 
         /// <summary>
         /// <summary>
         /// Initializes a new instance of the <see cref="ManagedFileSystem"/> class.
         /// Initializes a new instance of the <see cref="ManagedFileSystem"/> class.