Skip to content

Commit

Permalink
Fix flex_shrink typo take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Jul 3, 2024
1 parent 424b30e commit d486843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taffy_stylo/src/arc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ impl taffy::FlexboxItemStyle for TaffyStyloStyle {

#[inline]
fn flex_shrink(&self) -> f32 {
self.0.get_position().flex_grow.0
self.0.get_position().flex_shrink.0
}

#[inline]
Expand Down

0 comments on commit d486843

Please sign in to comment.