Skip to content

Commit 13f7377

Browse files
committed
fix formatting
1 parent baf75c4 commit 13f7377

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
<Content Include="Images\*.svg">
6767
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6868
</Content>
69-
<Content Include="Images\*.ico">
70-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
71-
</Content>
69+
<Content Include="Images\*.ico">
70+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
71+
</Content>
7272
</ItemGroup>
7373

7474
<ItemGroup>

Flow.Launcher/SettingWindow.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
Height="600" Width="800"
1919
Closed="OnClosed"
2020
d:DataContext="{d:DesignInstance vm:SettingWindowViewModel}">
21-
2221
<Window.InputBindings>
2322
<KeyBinding Key="Escape" Command="Close"/>
2423
</Window.InputBindings>

0 commit comments

Comments
 (0)