mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix formatting
This commit is contained in:
parent
4993edae2d
commit
d81db91b72
1 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ namespace Flow.Launcher.Test
|
|||
Enum.GetValues(typeof(SearchPrecisionScore))
|
||||
.Cast<SearchPrecisionScore>()
|
||||
.ToList()
|
||||
.ForEach(x => listToReturn.Add((int) x));
|
||||
.ForEach(x => listToReturn.Add((int)x));
|
||||
|
||||
return listToReturn;
|
||||
}
|
||||
|
|
@ -183,7 +183,7 @@ namespace Flow.Launcher.Test
|
|||
$"Query:{queryString}{Environment.NewLine} " +
|
||||
$"Compare:{compareString}{Environment.NewLine}" +
|
||||
$"Raw Score: {matchResult.RawScore}{Environment.NewLine}" +
|
||||
$"Precision Score: {(int) expectedPrecisionScore}");
|
||||
$"Precision Score: {(int)expectedPrecisionScore}");
|
||||
}
|
||||
|
||||
[TestCase("exce", "OverLeaf-Latex: An online LaTeX editor", SearchPrecisionScore.Regular, false)]
|
||||
|
|
|
|||
Loading…
Reference in a new issue