From 30dfef409f88f96b1b596bded514e2828ec88102 Mon Sep 17 00:00:00 2001 From: rLannes Date: Wed, 13 Nov 2024 18:40:55 -0500 Subject: [PATCH] re-ran cargo fmt --- src/bam/flags.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bam/flags.rs b/src/bam/flags.rs index cad423e12..ed2d8d8fc 100644 --- a/src/bam/flags.rs +++ b/src/bam/flags.rs @@ -13,7 +13,7 @@ /// /// This structure contains constants representing SAM flag values as u16. /// Using this structure incurs no runtime cost. -/// +/// /// ``` /// use rust_htslib::bam::flags::Flag; /// // to get the value of a flag representing a read paired, and reversly mapped.