Browse Source

clean code

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

+ 2
- 0
parser/common/convert/message2operator.cc View File

@@ -95,6 +95,7 @@ void Message2Operator::ParseBaseTypeField(const google::protobuf::Reflection *re
default: {
break;
}
}
}

Status Message2Operator::ParseField(const google::protobuf::Reflection *reflection,
@@ -197,6 +198,7 @@ void Message2Operator::ParseRepeatedBaseTypeField(const google::protobuf::Reflec
default: {
break;
}
}
}

Status Message2Operator::ParseRepeatedField(const google::protobuf::Reflection *reflection,


Loading…
Cancel
Save