Parcourir la source

formatting

Co-Authored-By: Bond-009 <bond.009@outlook.com>
Andrew Mahone il y a 5 ans
Parent
commit
f60e9b0b62
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      Emby.Server.Implementations/Data/SqliteItemRepository.cs

+ 2 - 1
Emby.Server.Implementations/Data/SqliteItemRepository.cs

@@ -51,7 +51,8 @@ namespace Emby.Server.Implementations.Data
         private readonly TypeMapper _typeMapper;
         private readonly JsonSerializerOptions _jsonOptions;
 
-        static SqliteItemRepository() {
+        static SqliteItemRepository()
+        {
             var queryPrefixText = new StringBuilder();
             queryPrefixText.Append("insert into mediaattachments (");
             foreach (var column in _mediaAttachmentSaveColumns)