Skip to content

Commit

Permalink
More lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Dec 19, 2023
1 parent 6bfe5da commit 3e8a3ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/re_ui/src/modal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ impl Modal {
}

/// Set the default height of the modal window.
#[inline]
pub fn default_height(mut self, default_height: f32) -> Self {
self.default_height = Some(default_height);
self
Expand Down

0 comments on commit 3e8a3ad

Please sign in to comment.