From b482d083274b3cd6fffb80de9644eb3ff889afd9 Mon Sep 17 00:00:00 2001 From: Brady Fomegne Date: Fri, 6 Sep 2024 11:33:49 +0100 Subject: [PATCH] chore: fix fmt --- service/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/src/lib.rs b/service/src/lib.rs index 637b2ce..e4e2fa7 100644 --- a/service/src/lib.rs +++ b/service/src/lib.rs @@ -204,8 +204,8 @@ pub fn run( #[cfg(test)] mod tests { use crate::{frontend::Console, run, Config}; - use rdev::{self, Button, EventType::*, Key::*}; use afrish::{self, TkPackLayout}; + use rdev::{self, Button, EventType::*, Key::*}; use std::{thread, time::Duration}; macro_rules! input {