Skip to content

Commit

Permalink
make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharktheone committed Mar 26, 2024
1 parent fca7cf0 commit 47fc058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/gosub_styling/src/render_tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ impl RenderNodeData {

let fs;

if let Some(mut prop) = props.get("font-size") {
if let Some(prop) = props.get("font-size") {
prop.compute_value();

fs = if let CssValue::String(ref fs) = prop.actual {
Expand Down

0 comments on commit 47fc058

Please sign in to comment.