Skip to content

Commit

Permalink
Add semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
mo8it committed Feb 17, 2024
1 parent 31eb8c7 commit 9fd5b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser/fastq.rs
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ mod test {
}
_ => unreachable!("Too many records"),
}
i += 1
i += 1;
}
assert_eq!(i, 2);
}
Expand Down

0 comments on commit 9fd5b20

Please sign in to comment.