mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
format: add some blank lines where it was needed
This commit is contained in:
@@ -15,6 +15,7 @@ use crate::*;
|
||||
pub struct Pos2 {
|
||||
/// How far to the right.
|
||||
pub x: f32,
|
||||
|
||||
/// How far down.
|
||||
pub y: f32,
|
||||
// implicit w = 1
|
||||
|
||||
Reference in New Issue
Block a user