Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mxve committed Oct 28, 2023
1 parent 9c26679 commit 58b57f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ fn update_dir(
"[{}] Downloading outdated or missing files for {}, {}",
"Info".bright_magenta(),
remote_dir,
misc::human_readable_bytes(total_download_size(&files_to_download, &remote_dir))
misc::human_readable_bytes(total_download_size(&files_to_download, remote_dir))
);
for file in files_to_download {
let file_name = &file.name.replace(&format!("{}/", remote_dir), "/");
Expand Down

0 comments on commit 58b57f4

Please sign in to comment.