Skip to content

Commit 5ef801c

Browse files
committed
Lint fix
1 parent e302f17 commit 5ef801c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/nuvigator_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ Widget baseNuvigator(
2525
),
2626
NuRouteBuilder(
2727
path: 'screen2',
28-
builder:(context, nuRoute, settings) => Builder(builder: (context) {
28+
builder: (context, nuRoute, settings) => Builder(builder: (context) {
2929
try {
3030
final provider = context.read<TestContext>();
3131
return Text('Screen2, with text-context: ${provider.x}');
32-
} catch (_, __) { }
32+
} catch (_, __) {}
3333
return const Text('Screen2');
3434
}),
3535
),

0 commit comments

Comments
 (0)