Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Dec 14, 2022
1 parent 1b3374c commit 495a4ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/inherited_provider_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,8 @@ The context used was: Context
),
);

final rootElement = tester.element(find.bySubtype<DeferredInheritedProvider>());
final rootElement =
tester.element(find.bySubtype<DeferredInheritedProvider>());

expect(
rootElement.toString(),
Expand Down

0 comments on commit 495a4ca

Please sign in to comment.