mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Optimize Program results
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Wox.Infrastructure
|
||||
|
||||
private FuzzyMatcher(string query)
|
||||
{
|
||||
this.rawQuery = query;
|
||||
this.rawQuery = query.Trim();
|
||||
this.reg = GetPattern(query);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user