Skip to content

Commit 3d1318a

Browse files
committed
Run cargo-fmt on codebase
1 parent f3a7e5a commit 3d1318a

4 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/platforms/macos/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

src/platforms/unix/wayland/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#[derive(Debug)]
2-
struct WaylandBackend;
2+
struct WaylandBackend;

src/platforms/unix/x11/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

src/platforms/windows/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
mod display;
22
mod properties;
33

4-
pub use crate::windows::*;
4+
pub use crate::windows::*;

0 commit comments

Comments
 (0)