Skip to content

Commit

Permalink
make formatting bot happy
Browse files Browse the repository at this point in the history
  • Loading branch information
ojji committed Oct 12, 2023
1 parent 8bc13f8 commit 393a4bc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/wrap/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,10 @@ impl Sandbox for RandStrings {
.height(iced::Length::Shrink)
.align_items(iced::Alignment::Center);

Row::new().push(ctrls).push(vertical).push(horizontal).into()
Row::new()
.push(ctrls)
.push(vertical)
.push(horizontal)
.into()
}
}

0 comments on commit 393a4bc

Please sign in to comment.