opt: space tab

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-11 12:44:33 +08:00
parent 574bf861f0
commit 90ccb86a6f
15 changed files with 51 additions and 38 deletions

View File

@@ -17,7 +17,7 @@ class FavController
@override
Future<void> queryData([bool isRefresh = true]) {
if (mid == 0) {
loadingState.value = Error('账号未登录');
loadingState.value = const Error('账号未登录');
return Future.value();
}
return super.queryData(isRefresh);