mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 00:28:18 +08:00
opt: space tab
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -76,7 +76,7 @@ class SearchHttp {
|
||||
queryParameters: params,
|
||||
);
|
||||
if (res.data is! Map) {
|
||||
return Error('没有相关数据');
|
||||
return const Error('没有相关数据');
|
||||
}
|
||||
if (res.data['code'] == 0) {
|
||||
dynamic data;
|
||||
@@ -144,7 +144,7 @@ class SearchHttp {
|
||||
queryParameters: params,
|
||||
);
|
||||
if (res.data is! Map) {
|
||||
return Error('没有相关数据');
|
||||
return const Error('没有相关数据');
|
||||
}
|
||||
if (res.data['code'] == 0) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user