mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 11:29:48 +08:00
Fix cpp lint (#22955)
Signed-off-by: longjiquan <jiquan.long@zilliz.com>
This commit is contained in:
parent
8f847884c2
commit
ef93e24da7
@ -8,6 +8,10 @@
|
||||
// Unless required by applicable law or agreed to in writing, software distributed under the License
|
||||
// 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 <memory>
|
||||
#include <string>
|
||||
|
||||
#include "opentelemetry/sdk/version/version.h"
|
||||
#include "opentelemetry/trace/provider.h"
|
||||
|
||||
|
@ -22,7 +22,7 @@ extern "C" {
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include "type_c.h"
|
||||
#include "common/type_c.h"
|
||||
|
||||
void
|
||||
InitIndexSliceSize(const int64_t);
|
||||
|
Loading…
Reference in New Issue
Block a user