Skip to content

Commit b7abfd2

Browse files
committed
[Gardening] Fixed formatting issue in ASTDumper
1 parent eaa26fa commit b7abfd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/ASTDumper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1733,7 +1733,7 @@ class PrintExpr : public ExprVisitor<PrintExpr> {
17331733
OS << '\n';
17341734
printRec(E->getArgument());
17351735
}
1736-
OS << "')";
1736+
OS << ")";
17371737
}
17381738
void visitDotSelfExpr(DotSelfExpr *E) {
17391739
printCommon(E, "dot_self_expr");

0 commit comments

Comments
 (0)