未验证 提交 885e5f42 编写于 作者: C Cai Yudong 提交者: GitHub

Remove redundant empty lines (#11138)

Signed-off-by: Nyudong.cai <yudong.cai@zilliz.com>
上级 a60a303a
...@@ -44,17 +44,14 @@ InsertRecord::InsertRecord(const Schema& schema, int64_t size_per_chunk) ...@@ -44,17 +44,14 @@ InsertRecord::InsertRecord(const Schema& schema, int64_t size_per_chunk)
this->append_field_data<int32_t>(size_per_chunk); this->append_field_data<int32_t>(size_per_chunk);
break; break;
} }
case DataType::INT64: { case DataType::INT64: {
this->append_field_data<int64_t>(size_per_chunk); this->append_field_data<int64_t>(size_per_chunk);
break; break;
} }
case DataType::FLOAT: { case DataType::FLOAT: {
this->append_field_data<float>(size_per_chunk); this->append_field_data<float>(size_per_chunk);
break; break;
} }
case DataType::DOUBLE: { case DataType::DOUBLE: {
this->append_field_data<double>(size_per_chunk); this->append_field_data<double>(size_per_chunk);
break; break;
...@@ -65,4 +62,5 @@ InsertRecord::InsertRecord(const Schema& schema, int64_t size_per_chunk) ...@@ -65,4 +62,5 @@ InsertRecord::InsertRecord(const Schema& schema, int64_t size_per_chunk)
} }
} }
} }
} // namespace milvus::segcore } // namespace milvus::segcore
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册