Optimize example

pull/585/head
Isaac Mills 2 years ago
parent ff0627f102
commit 863936e360
No known key found for this signature in database
GPG Key ID: B67D7410F33A0F61

@ -119,7 +119,7 @@ where
&[Constraint::Percentage(100)]
};
let chunks = Layout::default()
.constraints(&constraints)
.constraints(constraints)
.direction(Direction::Horizontal)
.split(area);
{

Loading…
Cancel
Save