Skip to content

Commit fa32397

Browse files
committed
Moving flag reset
1 parent a6d3327 commit fa32397

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/processing/mode/java/AutoFormat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ private void writeIndentedLine() {
154154
if (lastNonSpaceChar() == '}') {
155155
trimRight(result);
156156
result.append(" ");
157-
e_flg = false;
158157
}
158+
e_flg = false;
159159
}
160160
result.append(buf);
161161
buf.setLength(0);

0 commit comments

Comments
 (0)