From bdc86032e44a5c84b4552cd1ad2bbbca07955e23 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 5 Sep 2023 08:10:19 +0400 Subject: Fix line position --- src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index ffa1c0c4..9af30d43 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,12 +1,11 @@ #[macro_use] extern crate tracing; -mod handlers; - mod animation; mod backend; mod dbus; mod frame_clock; +mod handlers; mod input; mod layout; mod niri; -- cgit