mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Apply lints
This commit is contained in:
parent
4066b8511c
commit
f77804fcb5
3 changed files with 15 additions and 35 deletions
|
|
@ -393,7 +393,7 @@ impl Execute for Archive {
|
|||
|| (method_subtitle && subtitle_differ)
|
||||
{
|
||||
skip = false;
|
||||
path = formatted_path.clone()
|
||||
path.clone_from(&formatted_path)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue