Lint fix
This commit is contained in:
parent
83ff0e9e38
commit
91c570341d
1 changed files with 2 additions and 1 deletions
|
@ -905,7 +905,8 @@ class FileUploader {
|
|||
if (File(encryptedFilePath).existsSync()) {
|
||||
if (isMultiPartUpload && !uploadCompleted) {
|
||||
_logger.fine(
|
||||
"skip delete for multipart encrypted file $encryptedFilePath");
|
||||
"skip delete for multipart encrypted file $encryptedFilePath",
|
||||
);
|
||||
} else {
|
||||
_logger.fine("deleting encrypted file $encryptedFilePath");
|
||||
await File(encryptedFilePath).delete();
|
||||
|
|
Loading…
Add table
Reference in a new issue