Browse Source

clean code

pull/640/head
13291271729 2 years ago
parent
commit
0194e53f00
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      parser/common/convert/message2operator.h

+ 1
- 1
parser/common/convert/message2operator.h View File

@@ -41,7 +41,7 @@ class Message2Operator {
void ParseRepeatedBaseTypeField(const google::protobuf::Reflection *reflection, void ParseRepeatedBaseTypeField(const google::protobuf::Reflection *reflection,
const google::protobuf::Message *message, const google::protobuf::Message *message,
const google::protobuf::FieldDescriptor *field, const google::protobuf::FieldDescriptor *field,
ge::Operator &ops)
ge::Operator &ops);
}; };
} // namespace ge } // namespace ge
#endif // PARSER_MESSAGE2OPERATOR_H #endif // PARSER_MESSAGE2OPERATOR_H

Loading…
Cancel
Save