Skip to content

Commit 0d260e1

Browse files
committed
fix spacing
1 parent e9a1c31 commit 0d260e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Files.App.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<Content Condition="'$(Platform)' == 'x64'" Include="7z64.dll">
5959
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6060
</Content>
61-
<Content Condition="'$(Platform)' == 'x86'" Include="7z.dll">
61+
<Content Condition="'$(Platform)' == 'x86'" Include="7z.dll">
6262
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6363
</Content>
6464
<Content Condition="'$(Platform)' == 'arm64'" Include="7zArm64.dll">

0 commit comments

Comments
 (0)