Skip to content

Commit 495a4ca

Browse files
committed
Format
1 parent 1b3374c commit 495a4ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/inherited_provider_test.dart

+2-1
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,8 @@ The context used was: Context
634634
),
635635
);
636636

637-
final rootElement = tester.element(find.bySubtype<DeferredInheritedProvider>());
637+
final rootElement =
638+
tester.element(find.bySubtype<DeferredInheritedProvider>());
638639

639640
expect(
640641
rootElement.toString(),

0 commit comments

Comments
 (0)