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 Oct 18, 2023
1 parent c02fece commit 70b9718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions src/display_layout/process_file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,7 @@ void process_file(std::string const & filename,
}
}

void process_file(std::string const & filename,
std::vector<uint64_t> & current_kmers,
uint8_t const kmer_size)
void process_file(std::string const & filename, std::vector<uint64_t> & current_kmers, uint8_t const kmer_size)
{
if (filename.ends_with(".minimiser"))
{
Expand Down
4 changes: 1 addition & 3 deletions src/display_layout/shared.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ struct config
void execute_general(config const & cfg);
void execute_sizes(config const & cfg);

void process_file(std::string const & filename,
std::vector<uint64_t> & current_kmers,
uint8_t const kmer_size);
void process_file(std::string const & filename, std::vector<uint64_t> & current_kmers, uint8_t const kmer_size);

void process_file(std::string const & filename,
robin_hood::unordered_set<uint64_t> & current_kmer_set,
Expand Down

0 comments on commit 70b9718

Please sign in to comment.