diff --git a/Shell/Formatter.cpp b/Shell/Formatter.cpp index 337468b22b0..e070b41b51c 100644 --- a/Shell/Formatter.cpp +++ b/Shell/Formatter.cpp @@ -373,6 +373,7 @@ void Formatter::visit(const AST::MatchExpr* node) option.visit(*this); } + current_builder().append(' '); in_new_block([&] { if (entry.body) entry.body->visit(*this);