提交 47621f06 编写于 作者: Y Yukikaze-CZR 提交者: Jin Hai

clang-format (#743)

* Add log to debug #678

* Rename nsg_mix to RNSG in C++ sdk #735

* [skip ci] change __function__

* clang-format
上级 f3750921
......@@ -70,7 +70,8 @@ FaissBaseIndex::SealImpl() {
faiss::Index* index = index_.get();
auto idx = dynamic_cast<faiss::IndexIVF*>(index);
if (idx != nullptr) {
KNOWHERE_LOG_DEBUG << "Test before to_readonly:" << " IVF READONLY " << std::boolalpha << idx->is_readonly();
KNOWHERE_LOG_DEBUG << "Test before to_readonly:"
<< " IVF READONLY " << std::boolalpha << idx->is_readonly();
idx->to_readonly();
}
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册