Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Apr 24, 2024
1 parent 6fd0b0f commit 22bd4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bam/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ impl IndexedReader {
/// The start / stop coordinates will take i64 (the correct type as of htslib's 'large
/// coordinates' expansion), i32, u32, and u64 (with a possible panic! if the coordinate
/// won't fit an i64).
///
///
/// `start` and `stop` are zero-based. `start` is inclusive, `stop` is exclusive.
///
/// This replaces the old fetch and fetch_str implementations.
Expand Down

0 comments on commit 22bd4e2

Please sign in to comment.