Skip to content

Commit ce84cdc

Browse files
authored
Remove ignore prefer_initializing_formals (flutter#945)
1 parent 05a3263 commit ce84cdc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

navigation_and_routing/lib/src/routing/delegate.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class SimpleRouterDelegate extends RouterDelegate<ParsedRoute>
2222
required this.routeState,
2323
required this.builder,
2424
required this.navigatorKey,
25-
// ignore: prefer_initializing_formals
2625
}) {
2726
routeState.addListener(notifyListeners);
2827
}

0 commit comments

Comments
 (0)