Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
0Qwel committed Feb 20, 2024
1 parent 32c5c89 commit 4b2785a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/epaint/src/shadow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ impl Shadow {
extrusion: 0.0,
color: Color32::TRANSPARENT,
};

pub const fn new(extrusion: f32, color: Color32) -> Self {
Self { extrusion, color }
}
Expand Down

0 comments on commit 4b2785a

Please sign in to comment.