Skip to content

Commit

Permalink
clang format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yashpatel007 committed Aug 3, 2023
1 parent 999b119 commit f2a22e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/in_mem_graph_store.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ location_t InMemGraphStore::load_impl(const std::string &filename, size_t expect

diskann::cout << "Loading vamana graph from reader..." << std::flush;

//diskann::cout << "resizing graph to" << expected_num_points << std::endl;
// diskann::cout << "resizing graph to" << expected_num_points << std::endl;
//_graph.resize(expected_num_points);

uint32_t nodes_read = 0;
Expand Down Expand Up @@ -123,7 +123,7 @@ location_t InMemGraphStore::load_impl(const std::string &filename, size_t expect

diskann::cout << "Loading vamana graph " << filename << "..." << std::flush;

//diskann::cout << "resizing graph to" << expected_num_points << std::endl;
// diskann::cout << "resizing graph to" << expected_num_points << std::endl;
//_graph.resize(expected_num_points);

size_t bytes_read = vamana_metadata_size;
Expand Down

0 comments on commit f2a22e4

Please sign in to comment.