Skip to content

Commit 326bb1e

Browse files
committed
[MISC] automatic linting
1 parent 3216ef0 commit 326bb1e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

include/seqan3/alignment/matrix/detail/debug_matrix.hpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,8 +459,9 @@ debug_matrix(matrix_t &&) -> debug_matrix<matrix_t>;
459459
//!\brief The type deduction guide for the constructor
460460
//! seqan3::detail::debug_matrix(matrix_t, first_sequence_t, second_sequence_t)
461461
template <matrix matrix_t, typename first_sequence_t, typename second_sequence_t>
462-
debug_matrix(matrix_t &&, first_sequence_t &&, second_sequence_t &&)
463-
-> debug_matrix<matrix_t, first_sequence_t, second_sequence_t>;
462+
debug_matrix(matrix_t &&,
463+
first_sequence_t &&,
464+
second_sequence_t &&) -> debug_matrix<matrix_t, first_sequence_t, second_sequence_t>;
464465
//!\}
465466

466467
} // namespace seqan3::detail

0 commit comments

Comments
 (0)