remove select

This commit is contained in:
Jeremy Wu 2020-12-14 14:11:53 +11:00
parent b8a3ad8c42
commit 5d7102eadb

View file

@ -84,7 +84,6 @@ namespace Flow.Launcher.Plugin.PluginsManager
return results
.Where(x => StringMatcher.FuzzySearch(searchName, x.Title).IsSearchPrecisionScoreMet())
.Select(x => x)
.ToList();
}