Skip to content

Commit

Permalink
chore: fix fmt (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad authored Sep 6, 2024
1 parent 858d8b0 commit d5ab997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d5ab997

Please sign in to comment.