Skip to content

Commit 1ddf862

Browse files
committed
[MISC] clang-format
1 parent 3193c4e commit 1ddf862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/include/seqan3/test/performance/simdifyable_dna4.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ class simdifyable_dna4 : public nucleotide_base<simdifyable_dna4, 256>
3838
constexpr simdifyable_dna4 & operator=(simdifyable_dna4 &&) noexcept = default;
3939
~simdifyable_dna4() noexcept = default;
4040

41+
using base_t::assign_rank;
4142
using base_t::base_t;
4243
using base_t::to_rank;
43-
using base_t::assign_rank;
4444

4545
static constexpr uint8_t alphabet_size = 4;
4646

0 commit comments

Comments
 (0)