whitespace only (#5747)

This commit is contained in:
Clint Rutkas
2020-08-06 16:52:25 -07:00
committed by GitHub
parent d7994ca67d
commit b815718c26
6 changed files with 7 additions and 12 deletions

View File

@@ -119,6 +119,7 @@ namespace Wox.Test
{
Debug.WriteLine("SCORE: " + item.Score.ToString() + ", FoundString: " + item.Title);
}
Debug.WriteLine("###############################################");
Debug.WriteLine("");
@@ -162,7 +163,7 @@ namespace Wox.Test
StringMatcher.SearchPrecisionScore expectedPrecisionScore,
bool expectedPrecisionResult)
{
// When
// When
var matcher = new StringMatcher { UserSettingSearchPrecision = expectedPrecisionScore };
// Given