Skip to content

Commit fb51fc0

Browse files
author
jdf
committed
fix bug with bracket matching when comment starts in column 1
1 parent e5701b3 commit fb51fc0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/src/processing/app/syntax/Brackets.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ private void readComment(final String text) {
117117
final int len = text.length();
118118
for (pos++; pos < len; pos++)
119119
if (text.charAt(pos) == '\n') {
120-
pos++;
121120
return;
122121
}
123122
}

0 commit comments

Comments
 (0)