Skip to content

Commit 42bb524

Browse files
formatted code
1 parent 9c537c7 commit 42bb524

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

lib/src/model/auth/auth_user.dart

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ class AuthLifecycle {
1919
final Future<void> Function() onSignOut;
2020
}
2121

22-
final authLifecycleProvider = StateProvider<AuthLifecycle?>((Ref ref) => null, name: 'AuthLifecycleProvider');
22+
final authLifecycleProvider = StateProvider<AuthLifecycle?>(
23+
(Ref ref) => null,
24+
name: 'AuthLifecycleProvider',
25+
);

0 commit comments

Comments
 (0)