diff options
author | fxqnlr <[email protected]> | 2024-09-04 09:56:42 +0200 |
---|---|---|
committer | fxqnlr <[email protected]> | 2024-09-04 09:56:42 +0200 |
commit | f5e070cdf6628a5ebd981d373929802317104e24 (patch) | |
tree | e31c88371737e20b2cc79bf9ee0c1dbfdeb6e727 /src/commands/download.rs | |
parent | 1d64516ed95266a4fc1f8a18652f99158a4004f1 (diff) | |
download | modlist-f5e070cdf6628a5ebd981d373929802317104e24.tar modlist-f5e070cdf6628a5ebd981d373929802317104e24.tar.gz modlist-f5e070cdf6628a5ebd981d373929802317104e24.zip |
clippy --fix
Diffstat (limited to 'src/commands/download.rs')
-rw-r--r-- | src/commands/download.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/download.rs b/src/commands/download.rs index a7cf744..3e50c87 100644 --- a/src/commands/download.rs +++ b/src/commands/download.rs | |||
@@ -71,7 +71,7 @@ pub async fn download( | |||
71 | } | 71 | } |
72 | 72 | ||
73 | if clean { | 73 | if clean { |
74 | clean_list_dir(¤t_list)? | 74 | clean_list_dir(¤t_list)?; |
75 | }; | 75 | }; |
76 | 76 | ||
77 | if !to_download.is_empty() { | 77 | if !to_download.is_empty() { |