mod: code format

This commit is contained in:
guozhigq
2024-02-04 00:20:51 +08:00
parent 3de009ac43
commit 5d9ecab1b0
3 changed files with 1 additions and 95 deletions

View File

@ -194,14 +194,7 @@ class _SearchPageState extends State<SearchPage> with RouteAware {
}
} else {
// 缓存数据
if (_searchController.hotSearchList.isNotEmpty) {
return HotKeyword(
width: width,
hotSearchList: _searchController.hotSearchList,
);
} else {
return const SizedBox();
}
return const SizedBox();
}
},
);