Skip to content

Commit

Permalink
Update include/seqan3/io/sam_file/format_sam_base.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Mar 3, 2021
1 parent 9f17d2f commit d7d9ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/seqan3/io/sam_file/format_sam_base.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ inline void format_sam_base::read_header(stream_view_type && stream_view,
auto end = std::ranges::end(stream_view);
std::string string_buffer{};

auto call_read_field = [&it, &string_buffer, this] (auto predicate, auto & value)
auto call_read_field = [&it, &string_buffer, this] (auto const & predicate, auto & value)
{
string_buffer.clear();
while (!predicate(*it))
Expand Down

0 comments on commit d7d9ff1

Please sign in to comment.