Skip to content

Commit

Permalink
[MISC] clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
seqan-actions authored and eseiler committed Apr 24, 2023
1 parent 99e6906 commit 6acedfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/io/sam_file/sam_file_output_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ read1 41 ref 1 61 1S1M1D1M1I ref 10 300 ACGT !##$ AS:i:2 NM:i:7

// We would like to test that (some of) the headers can be copied even if ref_ids_types do not match.
// input_ref_ids_type is std::deque<std::string> by default.
using input_ref_ids_type = std::remove_cvref_t<decltype(input_header.ref_ids())>;
using input_ref_ids_type = std::remove_cvref_t<decltype(input_header.ref_ids())>;
using output_ref_ids_type = std::array<std::string, 0>;
static_assert(!std::is_same_v<input_ref_ids_type, output_ref_ids_type>);

Expand Down

0 comments on commit 6acedfd

Please sign in to comment.