Format CGoHelper.h (#10261)

Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
pull/10279/head
Cai Yudong 2021-10-20 14:56:35 +08:00 committed by GitHub
parent c3518b8c81
commit ced29480cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -9,9 +9,13 @@
// is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
// or implied. See the License for the specific language governing permissions and limitations under the License
#include "common/type_c.h"
#pragma once
#include <string>
#include "common/type_c.h"
namespace milvus {
inline CProtoResult
AllocCProtoResult(const google::protobuf::Message& msg) {
auto size = msg.ByteSize();