Skip to content

Commit

Permalink
[MISC] clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
seqan-actions committed May 31, 2022
1 parent 8eb82cc commit db61a17
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions include/seqan3/utility/views/chunk.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,15 @@

#include <ranges>

#include <seqan3/core/platform.hpp>

#include <range/v3/view/chunk.hpp>

#include <seqan3/alphabet/concept.hpp>
#include <seqan3/core/detail/iterator_traits.hpp>
#include <seqan3/core/platform.hpp>
#include <seqan3/core/range/detail/adaptor_from_functor.hpp>
#include <seqan3/core/range/type_traits.hpp>
#include <seqan3/utility/range/concept.hpp>

#include <range/v3/view/chunk.hpp>

namespace seqan3::detail
{
// ---------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit db61a17

Please sign in to comment.