diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2023-08-07 19:45:55 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2023-08-10 14:49:38 +0400 |
| commit | c6838b08e2f65285f1391cec93f918cadb804117 (patch) | |
| tree | 2cd593a120a91b8e2b0759b252eda1f08700d5ea /src/main.rs | |
| parent | ad3c3f8cefd38d2bf26b466d8e34eccde3bca443 (diff) | |
| download | niri-c6838b08e2f65285f1391cec93f918cadb804117.tar.gz niri-c6838b08e2f65285f1391cec93f918cadb804117.tar.bz2 niri-c6838b08e2f65285f1391cec93f918cadb804117.zip | |
Add rustfmt.toml and reformat
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 9d472a7d..03f9aa23 100644 --- a/src/main.rs +++ b/src/main.rs @@ -7,7 +7,8 @@ mod input; mod state; mod winit; -use smithay::reexports::{calloop::EventLoop, wayland_server::Display}; +use smithay::reexports::calloop::EventLoop; +use smithay::reexports::wayland_server::Display; pub use state::Smallvil; pub struct CalloopData { |
