Format with cargo fmt

This commit is contained in:
Yifan Song 2023-08-17 23:21:55 +08:00
parent 1135c13d0f
commit 3ab91c6f95
2 changed files with 0 additions and 2 deletions

View file

@ -28,4 +28,3 @@ pub async fn clipboard_set(s: &str) -> Result<()> {
bail!("failed to set clipboard") bail!("failed to set clipboard")
} }

View file

@ -1,4 +1,3 @@
mod which; mod which;
pub use which::*; pub use which::*;