TF-1487 Apply linter rule
This commit is contained in:
@@ -26,8 +26,6 @@ class AttachmentUploadDataSourceImpl extends AttachmentUploadDataSource {
|
||||
_fileUploader,
|
||||
cancelToken: cancelToken
|
||||
)..upload();
|
||||
}).catchError((error) {
|
||||
_exceptionThrower.throwException(error);
|
||||
});
|
||||
}).catchError(_exceptionThrower.throwException);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user