Removed spaces in ResultsGroupDirectory
This commit is contained in:
@ -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++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user