From a6ce3506975212518f8b42178f94a360866d6126 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Thu, 28 Jan 2021 21:21:35 +1100 Subject: [PATCH] fix formatting --- Flow.Launcher.Infrastructure/StringMatcher.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 +}