Skip to content

Commit

Permalink
コードフォーマット
Browse files Browse the repository at this point in the history
  • Loading branch information
mqkotoo committed Jun 13, 2024
1 parent de1ca5f commit c8980d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/app/lib/router/navigator/debug_navigator.dart
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ final class DebugNavigatorImpl implements DebugNavigator {
void goNavigationPage(BuildContext context) {
const NavigationPageRoute().go(context);
}

@override
void goPageA(BuildContext context) {
const PageARoute().go(context);
Expand Down
2 changes: 1 addition & 1 deletion apps/app/lib/router/routes/main/home/debug_page_route.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class NavigationPageRoute extends GoRouteData {
overrides: [
debugNavigatorProvider.overrideWithValue(const DebugNavigatorImpl()),
],
child: const NavigationPage(),
child: const NavigationPage(),
);
}
}
Expand Down

0 comments on commit c8980d5

Please sign in to comment.