Update Emby.Server.Implementations/Data/SqliteItemRepository.cs

formatting

Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
Andrew Mahone 2019-11-05 08:13:35 -05:00 committed by GitHub
parent 24a460dc93
commit 25bc7b81c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6267,6 +6267,7 @@ where AncestorIdText not null and ItemValues.Value not null and ItemValues.Type
statement.Reset();
statement.MoveNext();
}
startIndex += insertAtOnce;
}
}