mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
End statements with semicolon (clippy::semicolon_if_nothing_returned)
This commit is contained in:
@@ -200,6 +200,6 @@ impl EguiGlow {
|
||||
}
|
||||
|
||||
pub fn destroy(&mut self, gl: &glow::Context) {
|
||||
self.painter.destroy(gl)
|
||||
self.painter.destroy(gl);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user