TF-1098 Apply lints for all module

This commit is contained in:
dab246
2022-10-21 13:31:33 +07:00
committed by Dat H. Pham
parent c6e73d4272
commit ae89802845
58 changed files with 442 additions and 348 deletions
@@ -75,7 +75,7 @@ class DownloadManager {
await streamController.close();
return streamController.stream.first;
} else {
throw exception;
rethrow;
}
}
return streamController.stream.first;
@@ -100,7 +100,7 @@ class DownloadManager {
html.Url.revokeObjectUrl(url);
} catch (exception) {
log('DownloadManager::createAnchorElementDownloadFileWeb(): ERROR: $exception');
throw exception;
rethrow;
}
}