mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
Lint vertical spacing in the code (#3224)
* Lint vertical spacing in the code * Add some vertical spacing for readability
This commit is contained in:
@@ -22,6 +22,7 @@ use super::epi_integration::{self, EpiIntegration};
|
||||
pub enum UserEvent {
|
||||
RequestRepaint {
|
||||
when: Instant,
|
||||
|
||||
/// What the frame number was when the repaint was _requested_.
|
||||
frame_nr: u64,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user