refactor: improve code readability according to formatter

This commit is contained in:
Pun Butrach
2023-07-10 19:36:50 +07:00
parent b272988929
commit 6a45db8a38
9 changed files with 55 additions and 48 deletions

View File

@ -140,7 +140,8 @@ class RevancedAPI {
return null;
}
StreamController<double> managerUpdateProgress = StreamController<double>.broadcast();
StreamController<double> managerUpdateProgress =
StreamController<double>.broadcast();
void updateManagerDownloadProgress(int progress) {
managerUpdateProgress.add(progress.toDouble());