Skip to content

Commit 17e7aca

Browse files
committed
fix fomatting
1 parent 89f9ed1 commit 17e7aca

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/dart_frog_auth/test/src/dart_frog_auth_test.dart

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -520,9 +520,8 @@ void main() {
520520
HttpStatus.ok,
521521
),
522522
);
523-
final captured = verify(() => context.provide<_User>(captureAny()))
524-
.captured
525-
.single;
523+
final captured =
524+
verify(() => context.provide<_User>(captureAny())).captured.single;
526525
expect(
527526
(captured as _User Function()).call(),
528527
equals(user),

0 commit comments

Comments
 (0)