Skip to content

Commit

Permalink
make FiveToThree the default Direction
Browse files Browse the repository at this point in the history
  • Loading branch information
tedil committed Feb 12, 2025
1 parent 77be22c commit 25376fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/normalizer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ mod error {
/// A direction with respect to a sequence.
#[derive(Debug, PartialEq, Eq, Clone, Copy, Default)]
pub enum Direction {
#[default]
ThreeToFive,
#[default]
FiveToThree,
}

Expand Down

0 comments on commit 25376fb

Please sign in to comment.