From 0194e53f0021086c35cc97fa3347a2bc3a0f3da8 Mon Sep 17 00:00:00 2001 From: 13291271729 Date: Tue, 30 Aug 2022 14:42:20 +0800 Subject: [PATCH] clean code --- parser/common/convert/message2operator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/common/convert/message2operator.h b/parser/common/convert/message2operator.h index c65d92b..9781240 100644 --- a/parser/common/convert/message2operator.h +++ b/parser/common/convert/message2operator.h @@ -41,7 +41,7 @@ class Message2Operator { void ParseRepeatedBaseTypeField(const google::protobuf::Reflection *reflection, const google::protobuf::Message *message, const google::protobuf::FieldDescriptor *field, - ge::Operator &ops) + ge::Operator &ops); }; } // namespace ge #endif // PARSER_MESSAGE2OPERATOR_H