diff --git a/src/util/format_expr.cpp b/src/util/format_expr.cpp index b552e538f45..0c455b58f5a 100644 --- a/src/util/format_expr.cpp +++ b/src/util/format_expr.cpp @@ -209,7 +209,7 @@ std::ostream &format_rec( if(expr.has_operands()) { - os << id << '('; + os << '('; bool first = true; for(const auto &op : expr.operands())