Skip to content

Commit c725290

Browse files
committed
fix format
1 parent 6846bc3 commit c725290

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)