fix formatting

This commit is contained in:
Jeremy Wu 2021-01-28 21:21:35 +11:00
parent 74f1b05257
commit a6ce350697

View file

@ -85,9 +85,7 @@ namespace Flow.Launcher.Infrastructure
// To maintain a list of indices which correspond to spaces in the string to compare
// To populate the list only for the first query substring
if (fullStringToCompareWithoutCase[compareStringIndex] == ' ' && currentQuerySubstringIndex == 0)
{
spaceIndices.Add(compareStringIndex);
}
// Acronym check
if (char.IsUpper(stringToCompare[compareStringIndex]) ||
@ -310,4 +308,4 @@ namespace Flow.Launcher.Infrastructure
{
public bool IgnoreCase { get; set; } = true;
}
}
}