Skip to content

Commit

Permalink
🚨: forget to make a dart format
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuta1409 committed Mar 14, 2024
1 parent 0dc5582 commit 8803567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/app_student/lib/main_dev.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import 'api/api_service.dart';
import 'api/class_groups/repositories/class_group_repository.dart';
import 'config/config.dart';
import 'login/cubit/login_cubit.dart';
import 'login/views/login_page.dart';
import 'login/views/login_page.dart';

void main() {
final ClassGroupRepository classGroupRepository = ClassGroupRepository(
Expand Down
3 changes: 1 addition & 2 deletions frontend/app_student/lib/menu/menu_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ class MenuBarView extends StatefulWidget {
const MenuBarView({super.key});

@override
State<MenuBarView> createState() =>
MenuBarViewState();
State<MenuBarView> createState() => MenuBarViewState();
}

class MenuBarViewState extends State<MenuBarView> {
Expand Down

0 comments on commit 8803567

Please sign in to comment.