Skip to content

Commit f594d64

Browse files
committed
[Heavy] Omit extraneous closing brace in if chains
1 parent 595c151 commit f594d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heavy/lib/NbdlWriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,8 @@ class NbdlWriter {
342342
} else {
343343
OS << "{\n";
344344
Visit(Op.getElseRegion());
345+
OS << "}\n";
345346
}
346-
OS << "}\n";
347347
}
348348

349349
void Visit(ApplyOp Op) {

0 commit comments

Comments
 (0)