Skip to content

Commit

Permalink
Apply rustfmt to all changed files
Browse files Browse the repository at this point in the history
  • Loading branch information
masonium committed May 9, 2021
1 parent 0a1fed7 commit 9fd69e2
Show file tree
Hide file tree
Showing 4 changed files with 308 additions and 297 deletions.
2 changes: 1 addition & 1 deletion palette/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ pub use hsv::{Hsv, Hsva};
pub use hwb::{Hwb, Hwba};
pub use lab::{Lab, Laba};
pub use lch::{Lch, Lcha};
pub use luv::{Luv, Luva};
pub use luma::{GammaLuma, GammaLumaa, LinLuma, LinLumaa, SrgbLuma, SrgbLumaa};
pub use luv::{Luv, Luva};
pub use rgb::{GammaSrgb, GammaSrgba, LinSrgb, LinSrgba, Packed, RgbChannels, Srgb, Srgba};
pub use xyz::{Xyz, Xyza};
pub use yxy::{Yxy, Yxya};
Expand Down

0 comments on commit 9fd69e2

Please sign in to comment.