Skip to content

Commit a0f231e

Browse files
- Dart format commit
1 parent 9dd3e22 commit a0f231e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/gotrue/lib/src/gotrue_client.dart

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,10 @@ class GoTrueClient {
533533
String? captchaToken,
534534
String? tokenHash,
535535
}) async {
536-
assert(((email != null && phone == null) || (email == null && phone != null)) || (tokenHash != null),
536+
assert(
537+
((email != null && phone == null) ||
538+
(email == null && phone != null)) ||
539+
(tokenHash != null),
537540
'`email` or `phone` needs to be specified.');
538541
assert(token != null || tokenHash != null,
539542
'`token` or `tokenHash` needs to be specified.');

0 commit comments

Comments
 (0)