Fix SA1012 and SA1013 warnings

This commit is contained in:
Jan-Pieter Baert
2020-10-12 19:22:33 +02:00
parent 2375c35c4a
commit 6f9beef732
6 changed files with 14 additions and 14 deletions

View File

@@ -5357,7 +5357,7 @@ where AncestorIdText not null and ItemValues.Value not null and ItemValues.Type
itemCountColumns = new Dictionary<string, string>()
{
{ "itemTypes", "(" + itemCountColumnQuery + ") as itemTypes"}
{ "itemTypes", "(" + itemCountColumnQuery + ") as itemTypes" }
};
}