From 116f0e50f50ca4d87dc97a9ff304d975f7fbeaf0 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 11 Feb 2021 14:44:44 -0800 Subject: One shiny NuGet package, please and thank you. --- src/wix/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wix/Program.cs b/src/wix/Program.cs index 988d9036..86a1d4d9 100644 --- a/src/wix/Program.cs +++ b/src/wix/Program.cs @@ -88,6 +88,5 @@ namespace WixToolset.Tools var command = commandLine.CreateCommand(args); return command?.ExecuteAsync(cancellationToken) ?? Task.FromResult(1); } - } } -- cgit v1.2.3-55-g6feb