We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6ff0f commit 5aab33bCopy full SHA for 5aab33b
eclipse-platform-parent/pom.xml
@@ -589,6 +589,8 @@
589
<cleanup.remove_unnecessary_array_creation>true</cleanup.remove_unnecessary_array_creation>
590
<!-- Remove unnecessary suppress warning tokens -->
591
<cleanup.remove_unnecessary_suppress_warnings>true</cleanup.remove_unnecessary_suppress_warnings>
592
+ <!-- Remove unnecessary whitespace -->
593
+ <cleanup.remove_trailing_whitespaces_all>true</cleanup.remove_trailing_whitespaces_all>
594
</cleanUpProfile>
595
</configuration>
596
</execution>
0 commit comments