Skip to content

Commit 1a06fac

Browse files
alexey-anufrievsellmair
authored andcommitted
chore: align configuration formatting
1 parent fdeca0f commit 1a06fac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

maven/dagger-maven-example/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,9 @@
137137
<execution>
138138
<id>java-test-compile</id>
139139
<phase>test-compile</phase>
140-
<goals> <goal>testCompile</goal> </goals>
140+
<goals>
141+
<goal>testCompile</goal>
142+
</goals>
141143
</execution>
142144
</executions>
143145
</plugin>

0 commit comments

Comments
 (0)