Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekmedia committed Aug 15, 2024
1 parent feb5504 commit ab66d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust/lib_ccxr/src/hardsubx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ impl ColorHue {
ColorHue::Blue => 240.0,
ColorHue::Magenta => 300.0,
ColorHue::Red => 0.0,
ColorHue::Custom(hue) => hue.clone(),
ColorHue::Custom(hue) => *hue,
}
}
}

0 comments on commit ab66d67

Please sign in to comment.