Skip to content

Commit

Permalink
clone was not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Jul 10, 2023
1 parent 47646bb commit 19bc761
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/implemented.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ impl Lerp for EaseValue<Style> {
max_height: EaseValue(self.0.max_height)
.lerp(&EaseValue(other.0.max_height), scalar)
.0,
grid_template_rows: self.0.grid_template_rows.clone(),
..default()
})
}
Expand Down

0 comments on commit 19bc761

Please sign in to comment.