Skip to content

Commit 4993eda

Browse files
committed
fix formatting
1 parent a6ce350 commit 4993eda

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

Flow.Launcher.Test/FuzzyMatcherTest.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ public void WhenGivenQuery_ShouldReturnResults_ContainingAllQuerySubstrings(
241241
$"Query:{queryString}{Environment.NewLine} " +
242242
$"Compare:{compareString}{Environment.NewLine}" +
243243
$"Raw Score: {matchResult.RawScore}{Environment.NewLine}" +
244-
$"Precision Score: {(int) expectedPrecisionScore}");
244+
$"Precision Score: {(int)expectedPrecisionScore}");
245245
}
246246

247247
[TestCase("man", "Task Manager", "eManual")]
@@ -309,7 +309,6 @@ public void WhenMultipleResults_ExactMatchingResult_ShouldHaveGreatestScore(
309309
[TestCase("vsp","Visual Studio Preview",100)]
310310
[TestCase("vsp","Visual Studio",0)]
311311
[TestCase("pc","Postman Canary",100)]
312-
313312
public void WhenGivenAnAcronymQuery_ShouldReturnAcronymScore(string queryString, string compareString,
314313
int desiredScore)
315314
{
@@ -322,4 +321,4 @@ public void WhenGivenAnAcronymQuery_ShouldReturnAcronymScore(string queryString,
322321
Desired Score: {desiredScore}");
323322
}
324323
}
325-
}
324+
}

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
using Flow.Launcher.Plugin.SharedCommands;
2020
using Flow.Launcher.Storage;
2121
using Flow.Launcher.Infrastructure.Logger;
22-
using System.Threading.Tasks.Dataflow;
2322

2423
namespace Flow.Launcher.ViewModel
2524
{

Plugins/Flow.Launcher.Plugin.Shell/Flow.Launcher.Plugin.Shell.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
<Content Include="Images\*.png">
5555
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
5656
</Content>
57-
<Page Include="ShellSetting.xaml">
58-
<Generator>MSBuild:Compile</Generator>
59-
<SubType>Designer</SubType>
60-
</Page>
57+
<Page Include="ShellSetting.xaml">
58+
<Generator>MSBuild:Compile</Generator>
59+
<SubType>Designer</SubType>
60+
</Page>
6161
</ItemGroup>
6262

6363
<ItemGroup>

Plugins/Flow.Launcher.Plugin.Sys/Flow.Launcher.Plugin.Sys.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
<Content Include="Images\*.png">
4949
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
5050
</Content>
51-
<Page Include="SysSettings.xaml">
52-
<Generator>MSBuild:Compile</Generator>
53-
<SubType>Designer</SubType>
54-
</Page>
51+
<Page Include="SysSettings.xaml">
52+
<Generator>MSBuild:Compile</Generator>
53+
<SubType>Designer</SubType>
54+
</Page>
5555
</ItemGroup>
5656

5757
<ItemGroup>

0 commit comments

Comments
 (0)