Skip to content

Commit c464656

Browse files
committed
clean up formatting
1 parent 77e98af commit c464656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Layout/pkg/windows/msis/templates/templates.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<Target Name="SetInstallerInfo" BeforeTargets="CoreCompile">
2929
<PropertyGroup>
3030
<!-- Templates support rebuilding the same project for multiple MSIs so we expect some properties to be passed to this project when building. -->
31-
<DefineConstants>$(DefineConstants);ProductName=$(BrandName) $(InstallerPlatform)</DefineConstants>
31+
<DefineConstants>$(DefineConstants);ProductName=$(BrandName) $(InstallerPlatform)</DefineConstants>
3232
<DefineConstants>$(DefineConstants);DependencyKeyName=$(DependencyKeyName)</DefineConstants>
3333
</PropertyGroup>
3434
</Target>

0 commit comments

Comments
 (0)