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 Aug 19, 2024
1 parent 65a8df7 commit 59eadb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/chopper_layout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ int chopper_layout(chopper::configuration & config, sharg::parser & parser)
std::vector<std::vector<std::string>> filenames{};
std::vector<seqan::hibf::sketch::hyperloglog> sketches{};

if (config.data_file.string().ends_with(".sketch") ||
config.data_file.string().ends_with(".sketches"))
if (config.data_file.string().ends_with(".sketch") || config.data_file.string().ends_with(".sketches"))
{
sketch_file sin{};

Expand Down

0 comments on commit 59eadb2

Please sign in to comment.