Skip to content

Commit 9efab6a

Browse files
committed
cosmetics
1 parent db88063 commit 9efab6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,14 +725,14 @@ async fn main() -> anyhow::Result<()> {
725725
let (tx, mut rx) = mpsc::channel(32);
726726

727727
let lua = Arc::new(Mutex::new(Lua::new()));
728-
let udev_handler = UdevHandler::new();
729728

730729
let config_path = utils::xdg_config_path(None)?;
731730
filewatcher_run(&config_path, tx.clone())
732731
.await
733732
.expect("Failed to spawn task");
734733

735734
let wayland_runner = WaylandRunner::new(lua.clone(), tx.clone());
735+
let udev_handler = UdevHandler::new();
736736

737737
let _ = wayland_runner.wayland_run().await;
738738

0 commit comments

Comments
 (0)