Skip to content

Commit

Permalink
chore: lint fixes acc to rustfmt (#1598)
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekmedia authored Feb 4, 2024
1 parent c550726 commit f449d06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/rust/src/decoder/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -441,13 +441,13 @@ impl PenStyle {
};

let color = PenColor {
/// White(2,2,2) i.e 10,10,10 i.e 42
// White(2,2,2) i.e 10,10,10 i.e 42
fg_color: 42,
fg_opacity: Opacity::Solid,
/// Either N/A or black, still always 0
// Either N/A or black, still always 0
bg_color: 0,
bg_opacity,
/// Either N/A or black, still always 0
// Either N/A or black, still always 0
edge_color: 0,
};

Expand Down

0 comments on commit f449d06

Please sign in to comment.