Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Nov 12, 2024
1 parent e81ebe7 commit 9c41657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bam/header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ impl Header {

if let Some(record_type) = record_type {
if record_type == "CO" {
continue
continue;
}
let mut field = LinearMap::default();
for part in parts.iter().skip(1) {
Expand Down

0 comments on commit 9c41657

Please sign in to comment.