Skip to content

Commit e0e0c96

Browse files
committed
fix: Removed unused white lines
1 parent 9b2f04f commit e0e0c96

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/archive/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ pub async fn download_package(package_path: String, package_name: &str, package:
103103
.progress_chars("❚."));
104104

105105
println!("\n\x1b[1;34m✔ Downloading:\x1b[m {package_name}...\n");
106-
107-
108106

109107
tokio::task::spawn({
110108
let mut file = file.try_clone().await.unwrap();

0 commit comments

Comments
 (0)