Skip to content

Commit 5aab33b

Browse files
committed
Enables the unnecessary whitespace clean-up
Fixes eclipse-platform/eclipse.platform#1868
1 parent df6ff0f commit 5aab33b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eclipse-platform-parent/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,8 @@
589589
<cleanup.remove_unnecessary_array_creation>true</cleanup.remove_unnecessary_array_creation>
590590
<!-- Remove unnecessary suppress warning tokens -->
591591
<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>
592594
</cleanUpProfile>
593595
</configuration>
594596
</execution>

0 commit comments

Comments
 (0)