Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dshukertjr committed Jul 24, 2022
1 parent 9212904 commit 6eecb1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/supabase_auth.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class SupabaseAuth with WidgetsBindingObserver {

/// Returns when the initial session recovery is done.
///
/// Can be used to determine whether a user is signed in upon initial
/// Can be used to determine whether a user is signed in upon initial
/// app launch.
Future<Session?> get initialSession => _initialSessionCompleter.future;
final Completer<Session?> _initialSessionCompleter = Completer();
Expand Down
3 changes: 3 additions & 0 deletions pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dependency_overrides:
supabase:
path: ../supabase-dart

0 comments on commit 6eecb1d

Please sign in to comment.