1
0
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:
Emil Ernerfeldt
2023-11-01 17:13:11 +01:00
parent 06af7490a6
commit 9f926d4d03

View File

@@ -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}");