Skip to content

Commit 86c8961

Browse files
committed
format
1 parent fc82dbb commit 86c8961

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/go_router/lib/src/parser.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ class GoRouteInformationParser extends RouteInformationParser<RouteMatchList> {
4848
assert(() {
4949
if (debugRequireGoRouteInformationProvider) {
5050
assert(
51-
routeInformation is DebugGoRouteInformation,
52-
'This GoRouteInformationParser needs to be used with '
53-
'GoRouteInformationProvider, did you forget to pass in '
54-
'GoRouter.routeInformationProvider to the Router constructor?',
51+
routeInformation is DebugGoRouteInformation,
52+
'This GoRouteInformationParser needs to be used with '
53+
'GoRouteInformationProvider, did you forget to pass in '
54+
'GoRouter.routeInformationProvider to the Router constructor?',
5555
);
5656
}
5757
return true;

0 commit comments

Comments
 (0)