mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
Lint: vertical spacing
This commit is contained in:
@@ -409,6 +409,7 @@ fn generic_ui(ui: &mut egui::Ui, container_id: impl Into<Id>) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fn insert(&mut self, container: Id, col: usize, value: impl Into<String>) {
|
||||
assert!(col <= COLS, "The coll should be less then: {COLS}");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user