diff --git a/src/commands/copy_command.rs b/src/commands/copy_command.rs index fd8f8c3..9588b3f 100644 --- a/src/commands/copy_command.rs +++ b/src/commands/copy_command.rs @@ -302,7 +302,7 @@ async fn redact_upload_file< dest_file_ref: &FileSystemRef, redacter_with_options: &(RedacterBaseOptions, Vec), file_converters: &FileConverters, -) -> AppResult { +) -> AppResult { let (redacter_base_options, redacters) = redacter_with_options; let mut support_redacters = Vec::new(); for redacter in redacters {