Skip to content

Commit e8c2869

Browse files
authored
[skip e2e] Reorder header files for indexbuilder/utils.h (milvus-io#15076)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
1 parent caa4ba6 commit e8c2869

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

  • internal/core/src/indexbuilder

internal/core/src/indexbuilder/utils.h

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@
1111

1212
#pragma once
1313

14-
#include <vector>
15-
#include <string>
1614
#include <algorithm>
15+
#include <string>
1716
#include <tuple>
17+
#include <vector>
1818

1919
#include "index/knowhere/knowhere/index/IndexType.h"
2020

21-
namespace milvus {
22-
namespace indexbuilder {
21+
namespace milvus::indexbuilder {
2322

2423
std::vector<std::string>
2524
NM_List() {
@@ -99,5 +98,4 @@ is_unsupported(const milvus::knowhere::IndexType& index_type, const milvus::know
9998
unsupported_index_combinations);
10099
}
101100

102-
} // namespace indexbuilder
103-
} // namespace milvus
101+
} // namespace milvus::indexbuilder

0 commit comments

Comments
 (0)