Skip to content

Commit

Permalink
Missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlees committed Mar 16, 2024
1 parent f55c87a commit 5e9d66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ class SparseDist {
private:
float _dist;
long _j;
}
};

sparse_coo query_db_sparse(std::vector<Reference> &ref_sketches,
const std::vector<size_t> &kmer_lengths,
Expand Down

0 comments on commit 5e9d66d

Please sign in to comment.