Skip to content

Commit 86db3dc

Browse files
committed
Add missing newlines
1 parent 0929426 commit 86db3dc

5 files changed

+5
-5
lines changed

packages/go_router_builder/test_inputs/go_relative.dart.expect

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ mixin _$Route2 on GoRouteData {
129129

130130
@override
131131
void replace(BuildContext context) => context.replace(location);
132-
}
132+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Missing mixin clause `with _$RelativeRoute`
1+
Missing mixin clause `with _$RelativeRoute`
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The path for a TypedRelativeGoRoute cannot start with "/".
1+
The path for a TypedRelativeGoRoute cannot start with "/".
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
TypedRelativeGoRoute cannot have a TypedGoRoute descendant.
1+
TypedRelativeGoRoute cannot have a TypedGoRoute descendant.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
TypedRelativeGoRoute cannot have a TypedGoRoute descendant.
1+
TypedRelativeGoRoute cannot have a TypedGoRoute descendant.

0 commit comments

Comments
 (0)