From f898dfb3e43a98d042bbb77acdccd568702a19cb Mon Sep 17 00:00:00 2001 From: Yuta1409 Date: Fri, 31 May 2024 17:09:13 +0200 Subject: [PATCH] :rotating_light: linter --- .../app_student/lib/class_groups/views/class_group_page.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/app_student/lib/class_groups/views/class_group_page.dart b/frontend/app_student/lib/class_groups/views/class_group_page.dart index 5f02afc..8f3c870 100644 --- a/frontend/app_student/lib/class_groups/views/class_group_page.dart +++ b/frontend/app_student/lib/class_groups/views/class_group_page.dart @@ -57,7 +57,8 @@ class ClassGroupPage extends StatelessWidget { } else if (classState is ClassGroupError) { WidgetsBinding.instance.addPostFrameCallback((_) { Fluttertoast.showToast( - msg: AppLocalizations.of(context)!.errors_code(classState.message), + msg: AppLocalizations.of(context)! + .errors_code(classState.message), toastLength: Toast.LENGTH_LONG, gravity: ToastGravity.BOTTOM, textColor: Colors.white,