Skip to content

Commit 8895721

Browse files
authored
avoid empty body warnings emposed by default activation of expandEmptyElements
1 parent 2cc8c04 commit 8895721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/main/java/com/diffplug/spotless/pom/SortPomCfg.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class SortPomCfg implements Serializable {
2727

2828
public String lineSeparator = System.getProperty("line.separator");
2929

30-
public boolean expandEmptyElements = true;
30+
public boolean expandEmptyElements;
3131

3232
public boolean spaceBeforeCloseEmptyElement = false;
3333

0 commit comments

Comments
 (0)