Skip to content

Commit 06209a6

Browse files
committed
Fix final formatting issue - add missing newline to project/pom.xml
The integration test XML file was missing a newline at the end, causing spotless:check to fail. Added the required newline to make the file compliant with formatting standards.
1 parent 664971f commit 06209a6

File tree

1 file changed

+1
-1
lines changed
  • its/core-it-suite/src/test/resources/mng-11133-mixins/project

1 file changed

+1
-1
lines changed

its/core-it-suite/src/test/resources/mng-11133-mixins/project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ under the License.
3636
<relativePath>../mixins/mixin.xml</relativePath>
3737
</mixin>
3838
</mixins>
39-
</project>
39+
</project>

0 commit comments

Comments
 (0)