Skip to content
Prev Previous commit
Next Next commit
format: Add missing comma
  • Loading branch information
ValentinVignal committed Mar 10, 2023
commit d2fa8da444d7df10b8ef21b365fd7639336e77d0
2 changes: 1 addition & 1 deletion packages/go_router_builder/example/lib/all_types.dart
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ class IterableRouteWithDefaultValues extends GoRouteData {
this.boolIterableField = const <bool>[false],
this.enumIterableField = const <SportDetails>[
SportDetails.tennis,
SportDetails.hockey
SportDetails.hockey,
],
this.intListField = const <int>[0],
this.doubleListField = const <double>[1, 2, 3],
Expand Down