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 7259da5 commit 323a286
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion include/seqan3/argument_parser/validators.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
#include <concepts>
#include <filesystem>
#include <fstream>
#include <regex>
#include <ranges>
#include <regex>
#include <sstream>

#include <seqan3/argument_parser/exceptions.hpp>
Expand Down
2 changes: 1 addition & 1 deletion include/seqan3/io/sam_file/detail/cigar.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

#include <algorithm>
#include <concepts>
#include <seqan3/std/charconv>
#include <ranges>
#include <seqan3/std/charconv>
#include <sstream>

#include <seqan3/alignment/detail/pairwise_alignment_concept.hpp>
Expand Down
2 changes: 1 addition & 1 deletion include/seqan3/io/sequence_file/format_genbank.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

#include <algorithm>
#include <iterator>
#include <seqan3/std/charconv>
#include <ranges>
#include <seqan3/std/charconv>
#include <string>
#include <string_view>
#include <vector>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

#include <algorithm>
#include <iterator>
#include <seqan3/std/charconv>
#include <ranges>
#include <seqan3/std/charconv>

#include <seqan3/io/stream/detail/stream_buffer_exposer.hpp>

Expand Down
6 changes: 3 additions & 3 deletions test/snippet/utility/type_traits/lazy_conditional.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
#pragma GCC diagnostic ignored "-Wunused-local-typedefs"

//![complete]
#include <forward_list> // std::forward_list
#include <ranges> // std::ranges::input_range
#include <vector> // std::vector
#include <forward_list> // std::forward_list
#include <ranges> // std::ranges::input_range
#include <vector> // std::vector

#include <seqan3/core/range/type_traits.hpp> // seqan3::size_type_t
#include <seqan3/utility/type_traits/lazy_conditional.hpp> // seqan3::lazy_conditional_t
Expand Down

0 comments on commit 323a286

Please sign in to comment.