Removed spaces in ResultsGroupDirectory

This commit is contained in:
2022-12-21 07:39:47 -07:00
parent 33c5ce6e23
commit 4d49b68b83
13 changed files with 48 additions and 48 deletions

View File

@ -206,7 +206,7 @@ internal abstract class Property
internal static string GetDiffRootDirectory(string diffPropertyDirectory)
{
string result = string.Empty;
string results = " - Results";
string results = "-Results";
string? checkDirectory = diffPropertyDirectory;
for (int i = 0; i < int.MaxValue; i++)
{