Lint: vertical spacing

This commit is contained in:
Emil Ernerfeldt
2023-11-01 17:13:11 +01:00
parent 06af7490a6
commit 9f926d4d03
+1
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}");