Skip to content

Commit

Permalink
nit: remove unnecessary newline
Browse files Browse the repository at this point in the history
  • Loading branch information
avalsch committed Oct 25, 2024
1 parent dc76548 commit 3acb797
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/egui/src/containers/combo_box.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ impl ComboBox {
#[inline]
pub fn wrap(mut self) -> Self {
self.wrap_mode = Some(TextWrapMode::Wrap);

self
}

Expand Down

0 comments on commit 3acb797

Please sign in to comment.