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

@@ -241,7 +241,7 @@ class UserHttp {
);
if (res.data['code'] == 0) {
if (res.data['data']['count'] == 0) {
return Success({'count': 0});
return const Success({'count': 0});
}
List<HotVideoItemModel> list = <HotVideoItemModel>[];
if (res.data['data']?['list'] != null) {