Skip to content

Commit ad7c342

Browse files
style(gotrue): format test file with 80-char line limit
1 parent e8f7384 commit ad7c342

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/gotrue/test/src/token_refresh_race_test.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,7 @@ void main() {
253253

254254
mockClient.tokenGate!.complete();
255255

256-
final results =
257-
await Future.wait([futureA1, futureB, futureA2]);
256+
final results = await Future.wait([futureA1, futureB, futureA2]);
258257

259258
// Both A calls get the same access token
260259
expect(

0 commit comments

Comments
 (0)