Skip to content

Commit b4fb395

Browse files
committed
chore: fmt
1 parent b4c07c7 commit b4fb395

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/toolchain/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ use std::{
2424
env,
2525
fs::{create_dir_all, remove_file, File},
2626
io::{copy, Write},
27-
path::{Path, PathBuf}, sync::atomic::{self, AtomicUsize},
27+
path::{Path, PathBuf},
28+
sync::atomic::{self, AtomicUsize},
2829
};
2930
use tar::Archive;
3031
use tokio::{fs::remove_dir_all, sync::mpsc};

0 commit comments

Comments
 (0)