From 95e979d409a271e0744616b072e8b9d4fa5413af Mon Sep 17 00:00:00 2001 From: Google JSIR Bot Date: Wed, 6 May 2026 18:34:34 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 911663921 --- maldoca/astgen/ast_from_json_printer.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maldoca/astgen/ast_from_json_printer.cc b/maldoca/astgen/ast_from_json_printer.cc index db38422..2968316 100644 --- a/maldoca/astgen/ast_from_json_printer.cc +++ b/maldoca/astgen/ast_from_json_printer.cc @@ -178,11 +178,11 @@ void AstFromJsonPrinter::PrintTypeChecker(const NodeDef& node) { if (type_it == $json_variable$.end()) { return false; } - const nlohmann::json &type_json = type_it.value(); + const nlohmann::json& type_json = type_it.value(); if (!type_json.is_string()) { return false; } - const std::string &type = type_json.get(); + const std::string& type = type_json.get(); )cc"); Println(code);