Skip to content

Commit

Permalink
Added missing default to Style declaration in the border_radius d…
Browse files Browse the repository at this point in the history
…oc comment example.
  • Loading branch information
ickshonpe committed Jun 30, 2023
1 parent 2513156 commit b49bdcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bevy_ui/src/ui_node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,7 @@ pub struct Style {
/// // The bottom right corner will be unrounded.
/// ..Default::default()
/// },
/// ..Default::default()
/// };
/// ```
///
Expand Down

0 comments on commit b49bdcd

Please sign in to comment.