This commit is contained in:
Jeremy Wu 2019-09-29 15:18:50 +10:00
parent d40a79576b
commit 9658af4aa9

View file

@ -1,4 +1,4 @@
using System;
using System;
using System.Linq;
using System.Text;
using Wox.Infrastructure.Logger;
@ -15,7 +15,7 @@ namespace Wox.Infrastructure
{
if (!string.IsNullOrEmpty(source) && !string.IsNullOrEmpty(target))
{
return FuzzySearch(target, source, new MatchOption()).Score;
return FuzzySearch(target, source, new MatchOption()).Score;
}
else
{