mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Format with cargo fmt
This commit is contained in:
parent
1135c13d0f
commit
3ab91c6f95
2 changed files with 0 additions and 2 deletions
1
core/src/external/clipboard.rs
vendored
1
core/src/external/clipboard.rs
vendored
|
|
@ -28,4 +28,3 @@ pub async fn clipboard_set(s: &str) -> Result<()> {
|
|||
|
||||
bail!("failed to set clipboard")
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
mod which;
|
||||
|
||||
pub use which::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue