Skip to content

Commit

Permalink
[MISC] automatic linting
Browse files Browse the repository at this point in the history
  • Loading branch information
seqan-actions committed Dec 15, 2023
1 parent a69a69b commit ffa55df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unit/hibf/sketch/toolbox_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,8 @@ TEST_F(toolbox_test, rearrange_bins)
std::vector<size_t> positions{0, 1, 2, 3, 4, 5, 6};
std::vector<seqan::hibf::sketch::hyperloglog> sketches = [&]()
{
std::vector<seqan::hibf::sketch::hyperloglog> result(kmer_counts.size(), seqan::hibf::sketch::hyperloglog(10));
std::vector<seqan::hibf::sketch::hyperloglog> result(kmer_counts.size(),
seqan::hibf::sketch::hyperloglog(10));

for (size_t i = 0; i < 5000; ++i)
{
Expand Down

0 comments on commit ffa55df

Please sign in to comment.