Skip to content

Commit 1e62900

Browse files
committed
update a comment
1 parent 391885f commit 1e62900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public void endText(TextBuilder builder) {
186186

187187
@Override
188188
public void line(TextBuilder text, LineKind kind, String line) {
189-
if (content == null) { // skip lines at the end of the code
189+
if (content == null) { // skip empty lines
190190
return;
191191
}
192192

0 commit comments

Comments
 (0)