Browse Source

Cleanup extra spaces.

Erwin de Haan 6 years ago
parent
commit
acf52b9b55
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Emby.Server.Implementations/Data/BaseSqliteRepository.cs

+ 1 - 1
Emby.Server.Implementations/Data/BaseSqliteRepository.cs

@@ -202,7 +202,7 @@ namespace Emby.Server.Implementations.Data
         protected void RunDefaultInitialization(ManagedConnection db)
         {
             var queries = new List<string>
-            {                
+            {
                 "PRAGMA journal_mode=WAL",
                 "PRAGMA page_size=4096",
                 "PRAGMA synchronous=Normal"