Cleanup extra spaces.

This commit is contained in:
Erwin de Haan 2019-07-04 20:55:49 +02:00 committed by GitHub
parent 7587fe56d8
commit acf52b9b55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"