aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2023-08-07 19:45:55 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2023-08-10 14:49:38 +0400
commitc6838b08e2f65285f1391cec93f918cadb804117 (patch)
tree2cd593a120a91b8e2b0759b252eda1f08700d5ea /src/main.rs
parentad3c3f8cefd38d2bf26b466d8e34eccde3bca443 (diff)
downloadniri-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.rs3
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 {