Skip to content

Commit

Permalink
Lint: vertical spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Nov 1, 2023
1 parent 06af749 commit 9f926d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/viewports/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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}");

Expand Down

0 comments on commit 9f926d4

Please sign in to comment.