Skip to content

Commit 2e039fa

Browse files
committed
Code formatting [skip ci]
1 parent dfa69e5 commit 2e039fa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/Setup.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,8 @@ public async Task<string> InstallAsync(bool optionalTasks = false, CancellationT
8080
/// <exception cref="ApplicationFailedException">An error occurred while executing a native command.</exception>
8181
private static async Task FetchOptionalTasks(string antHome) {
8282
var arguments = new[] {
83-
"-jar",
84-
"lib/ant-launcher.jar",
85-
"-buildfile",
86-
"fetch.xml",
83+
"-jar", "lib/ant-launcher.jar",
84+
"-buildfile", "fetch.xml",
8785
"-noinput",
8886
"-silent",
8987
"-Ddest=system"

0 commit comments

Comments
 (0)