Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Jan 6, 2021
1 parent a248b91 commit a5d3ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sequencing/read_pair_orientation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
//! This module provides a representation for read pair orientation, which is
//! a readout of read mapping.

use strum_macros::{AsRefStr, Display};
#[cfg(feature = "serde")]
use serde::{Deserialize, Serialize};
use strum_macros::{AsRefStr, Display};

/// Representation of read pair orientation
/// (e.g. F1R2 means that the forward read comes first on the reference contig,
Expand Down

0 comments on commit a5d3ada

Please sign in to comment.