diff --git a/include/seqan3/alphabet/adaptation/char.hpp b/include/seqan3/alphabet/adaptation/char.hpp index 7eaf887c8d..b0d66c2299 100644 --- a/include/seqan3/alphabet/adaptation/char.hpp +++ b/include/seqan3/alphabet/adaptation/char.hpp @@ -31,9 +31,9 @@ namespace seqan3::detail //!\ingroup alphabet_adaptation //!\hideinitializer template -constexpr bool is_char_adaptation_v = std::same_as || std::same_as || - std::same_as || std::same_as || - std::same_as; +constexpr bool is_char_adaptation_v = + std::same_as || std::same_as || std::same_as + || std::same_as || std::same_as; } // namespace seqan3::detail namespace seqan3::custom