Skip to content

Commit

Permalink
refactor: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Jul 6, 2021
1 parent 1244393 commit d7b70fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/bcf/record.rs
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ impl Record {
}

/// Get genotypes as vector of one `Genotype` per sample.
///
///
/// # Example
/// Parsing genotype field (`GT` tag) from a VCF record:
/// ```
Expand All @@ -692,7 +692,7 @@ impl Record {
self.genotypes_shared_buffer(Buffer::new())
}

/// Get genotypes as vector of one `Genotype` per sample, using a given shared buffer
/// Get genotypes as vector of one `Genotype` per sample, using a given shared buffer
/// to avoid unnecessary allocations.
pub fn genotypes_shared_buffer<'a, B>(&self, buffer: B) -> Result<Genotypes<'a, B>>
where
Expand Down Expand Up @@ -904,7 +904,7 @@ impl Record {
}

/// Add/replace an INFO tag.
///
///
/// # Arguments
/// * `tag` - the tag to add/replace
/// * `data` - the data to set
Expand Down

0 comments on commit d7b70fd

Please sign in to comment.