Skip to content

Commit

Permalink
[MISC] automatic linting
Browse files Browse the repository at this point in the history
  • Loading branch information
seqan-actions committed Nov 12, 2023
1 parent 6491466 commit 91305fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/seqan3/io/sam_file/format_bam.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ format_bam::read_alignment_record(stream_type & stream,
ref_id = core.refID; // field::ref_id
}

flag = core.flag; // field::flag
flag = core.flag; // field::flag
mapq = static_cast<uint8_t>(core.mapq); // field::mapq

if (core.pos > -1) // [[likely]]
Expand Down

0 comments on commit 91305fe

Please sign in to comment.