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

@@ -63,7 +63,7 @@ abstract class CommonWhisperController<R>
Future<void> onDeleteList() async {
var res = await ImGrpc.deleteSessionList(pageType: sessionPageType);
if (res.isSuccess) {
loadingState.value = Success(null);
loadingState.value = const Success(null);
} else {
res.toast();
}