From cdf910b6e86fd58773f5c4ccacb8fdcc7d3506db Mon Sep 17 00:00:00 2001 From: JinHai-CN Date: Thu, 10 Oct 2019 15:41:49 +0800 Subject: [PATCH] Format the code Former-commit-id: 35eee89fce00364921cf35ad8539197edbdb8a01 --- cpp/src/core/unittest/test_ivf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/core/unittest/test_ivf.cpp b/cpp/src/core/unittest/test_ivf.cpp index 3fbc5e0141..21e658cec0 100644 --- a/cpp/src/core/unittest/test_ivf.cpp +++ b/cpp/src/core/unittest/test_ivf.cpp @@ -165,7 +165,7 @@ INSTANTIATE_TEST_CASE_P(IVFParameters, IVFTest, // std::make_tuple("GPUIVFPQ", ParameterType::ivfpq), std::make_tuple("IVFSQ", ParameterType::ivfsq), std::make_tuple("GPUIVFSQ", ParameterType::ivfsq), - std::make_tuple("IVFSQHybrid", ParameterType::ivfsqhybrid))); + std::make_tuple("IVFSQHybrid", ParameterType::ivfsqhybrid))); void AssertAnns(const kn::DatasetPtr& result, const int& nq, const int& k) {