Skip to content

Commit a61135c

Browse files
authored
Merge pull request #447 from shuzijun/gradle
fix format
2 parents e9855d3 + c725290 commit a61135c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/shuzijun/leetcode/plugin/utils/doc/CleanNodeFormatter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ private void render(@NotNull AttributesNode attributesNode, @NotNull NodeFormatt
6969
if(attributesNode.getText().startsWith(":align") ||attributesNode.getText().startsWith(":width") ){
7070
return;
7171
} else {
72-
lineInfos.append(attributesNode.getChars());
7372
nodeFormatterContext.delegateRender();
7473
}
7574
}

0 commit comments

Comments
 (0)