Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
rakri committed Feb 6, 2024
1 parent fd6d112 commit ac29525
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/utils/compute_groundtruth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,8 @@ int main(int argc, char **argv)
desc.add_options()("help,h", "Print information on arguments");

desc.add_options()("data_type", po::value<std::string>(&data_type)->required(), "data type <int8/uint8/float>");
desc.add_options()("dist_fn", po::value<std::string>(&dist_fn)->required(), "distance function <l2/mips/cosine>");
desc.add_options()("dist_fn", po::value<std::string>(&dist_fn)->required(),
"distance function <l2/mips/cosine>");
desc.add_options()("base_file", po::value<std::string>(&base_file)->required(),
"File containing the base vectors in binary format");
desc.add_options()("query_file", po::value<std::string>(&query_file)->required(),
Expand Down

0 comments on commit ac29525

Please sign in to comment.