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

formatting

Co-Authored-By: Bond-009 <bond.009@outlook.com>
pull/1838/head
Andrew Mahone 5 years ago committed by GitHub
parent 6ca252ba5c
commit 24a460dc93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6240,6 +6240,7 @@ where AncestorIdText not null and ItemValues.Value not null and ItemValues.Type
{
insertText.Append("@" + column + index + ",");
}
insertText.Length -= 1;
insertText.Append(")");

Loading…
Cancel
Save