aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wix/Program.cs1
1 files changed, 0 insertions, 1 deletions
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
88 var command = commandLine.CreateCommand(args); 88 var command = commandLine.CreateCommand(args);
89 return command?.ExecuteAsync(cancellationToken) ?? Task.FromResult(1); 89 return command?.ExecuteAsync(cancellationToken) ?? Task.FromResult(1);
90 } 90 }
91
92 } 91 }
93} 92}