Skip to content

Commit

Permalink
chore: fix fmt (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad authored Sep 6, 2024
1 parent c3da9e2 commit 01202c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ mod config;
mod window;

use afrim::frontend::{Command, Frontend};
use anyhow::{anyhow, Result};
use afrish::*;
use anyhow::{anyhow, Result};
use std::sync::{
mpsc::{Receiver, Sender},
OnceLock,
Expand Down

0 comments on commit 01202c0

Please sign in to comment.