Skip to content

Commit

Permalink
fix(fmt): cargo fmt --all
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed May 10, 2023
1 parent 6e7f54e commit 887c257
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Expand Up @@ -83,7 +83,8 @@ use std::{
collections::VecDeque,
ffi::OsString,
panic::PanicInfo,
path::{Path, PathBuf}, sync::Arc,
path::{Path, PathBuf},
sync::Arc,
};

use async_trait::async_trait;
Expand Down

0 comments on commit 887c257

Please sign in to comment.