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 1681ce4 commit 619998a
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 33 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
Original file line number Diff line number Diff line change
@@ -1,31 +1,35 @@
From 00a5b43c388c12bc4abcbcf47220d76e2ae3e449 Mon Sep 17 00:00:00 2001
From: marehr <[email protected]>
Date: Fri, 9 Oct 2020 13:43:51 +0200
Subject: [PATCH 31/31] [NOAPI] [INCUDE] [FIX]
interleaved_bloom_filter_test.cpp
From 00a5b43c388c12bc4abcbcf47220d76e2ae3e449 Mon Sep 17 00 : 00 : 00 2001 From :
marehr<marehr - github @marehr.dialup.fu - berlin.de>
Date :
Fri,
9 Oct 2020 13 : 43 : 51
+ 0200 Subject :
[PATCH 31 / 31][NOAPI][INCUDE][FIX] interleaved_bloom_filter_test.cpp

---
test/unit/search/dream_index/interleaved_bloom_filter_test.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
-- - test / unit / search / dream_index / interleaved_bloom_filter_test.cpp
| 3 ++-1 file changed,
2 insertions(+),
1 deletion(-)

diff --git a/test/unit/search/dream_index/interleaved_bloom_filter_test.cpp b/test/unit/search/dream_index/interleaved_bloom_filter_test.cpp
index 0f2454fb9..c902c051e 100644
--- a/test/unit/search/dream_index/interleaved_bloom_filter_test.cpp
+++ b/test/unit/search/dream_index/interleaved_bloom_filter_test.cpp
@@ -7,6 +7,8 @@
diff-- git a
/ test / unit / search / dream_index / interleaved_bloom_filter_test.cpp b / test / unit / search
/ dream_index / interleaved_bloom_filter_test.cpp index 0f2454fb9..c902c051e 100644 -- -a / test / unit
/ search / dream_index / interleaved_bloom_filter_test.cpp++
+ b / test / unit / search / dream_index / interleaved_bloom_filter_test.cpp @ @-7,
6 + 7,
8 @ @

#include <gtest/gtest.h>
#include <gtest/gtest.h>

+#include <ranges>
+
#include <seqan3/search/dream_index/interleaved_bloom_filter.hpp>
#include <seqan3/test/cereal.hpp>

@@ -228,4 +230,3 @@ TYPED_TEST(interleaved_bloom_filter_test, serialisation)
TypeParam ibf{TestFixture::make_ibf(seqan3::bin_count{73u}, seqan3::bin_size{1024u})};
seqan3::test::do_serialisation(ibf);
}
-
--
2.31.1
+#include<ranges>
+
#include <seqan3/search/dream_index/interleaved_bloom_filter.hpp>
#include <seqan3/test/cereal.hpp>

@ @-228,
4 + 230,
3 @ @TYPED_TEST(interleaved_bloom_filter_test, serialisation) TypeParam ibf{
TestFixture::make_ibf(seqan3::bin_count{73u}, seqan3::bin_size{1024u})};
seqan3::test::do_serialisation(ibf);
}
- --2.31.1
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 619998a

Please sign in to comment.