diff --git a/Flow.Launcher.Infrastructure/StringMatcher.cs b/Flow.Launcher.Infrastructure/StringMatcher.cs index 916168dfe..9ded898e3 100644 --- a/Flow.Launcher.Infrastructure/StringMatcher.cs +++ b/Flow.Launcher.Infrastructure/StringMatcher.cs @@ -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; } -} \ No newline at end of file +}