Skip to content

Commit 021e29c

Browse files
committed
formatted Installer's Program.cs
1 parent 7a173ff commit 021e29c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Installer/Program.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -382,9 +382,9 @@ private static int BuildBundle(BootstrapperOptions opts)
382382
// There is no license agreement for this SDK.
383383
InstallArguments = "--quiet",
384384
Vital = false,
385-
Payloads =
385+
Payloads =
386386
[
387-
new ExePackagePayload
387+
new ExePackagePayload
388388
{
389389
SourceFile = opts.WindowsAppSdkPath
390390
}

0 commit comments

Comments
 (0)