Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Kalaitzis committed Jul 4, 2023
1 parent ca2bf4d commit 12debfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ui/src/focus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ use smallvec::SmallVec;
#[reflect(Component, Serialize, Deserialize, PartialEq)]
pub enum Interaction {
/// The node has been pressed.
///
///
/// Note: This does not capture click/press-release action.
Pressed,
/// The node has been hovered over
Expand Down

0 comments on commit 12debfd

Please sign in to comment.