Skip to content

Commit 86c613b

Browse files
committed
Small tweak to reduce diff.
1 parent 9d894cd commit 86c613b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin-maven/src/test/java/com/diffplug/spotless/maven/MavenIntegrationHarness.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ protected void writePom(String[] executions, String[] configuration, String[] de
178178

179179
protected MavenRunner mavenRunner() throws IOException {
180180
return MavenRunner.create()
181-
.withRunner(runner)
182-
.withProjectDir(rootFolder());
181+
.withProjectDir(rootFolder())
182+
.withRunner(runner);
183183
}
184184

185185
private static ProcessRunner runner;

0 commit comments

Comments
 (0)