Reformat JustAMan review pt1 changes

Refs #575
This commit is contained in:
Erwin de Haan
2019-01-17 18:47:41 +01:00
parent a358631040
commit 321c440739
46 changed files with 81 additions and 94 deletions

View File

@@ -5139,7 +5139,7 @@ where AncestorIdText not null and ItemValues.Value not null and ItemValues.Type
private IEnumerable<string> MapIncludeItemTypes(string value)
{
if (_types.TryGetValue(value, out var result))
if (_types.TryGetValue(value, out string[] result))
{
return result;
}