Skip to content

Commit

Permalink
clang format off
Browse files Browse the repository at this point in the history
  • Loading branch information
smehringer committed Mar 11, 2022
1 parent cc6203b commit 3ef3398
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/format/sam_input_test_template.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ struct sam_file_data : public ::testing::Test
std::vector<int32_t> positions // 1-based in b.i.o. 0-based in seqan3
{1, 2, 3};

// clang-format off
std::vector<std::vector<seqan3::cigar>> cigars
{
// cigar read1
Expand Down Expand Up @@ -90,6 +91,7 @@ struct sam_file_data : public ::testing::Test
{1, 'M'_cigar_operation},
{1, 'S'_cigar_operation}}
};
// clang-format on

std::vector<bio::map_io::sam_flag> flags{bio::map_io::sam_flag{41u},
bio::map_io::sam_flag{42u},
Expand Down

0 comments on commit 3ef3398

Please sign in to comment.