Skip to content

Commit

Permalink
chore: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
elianortega committed Mar 20, 2024
1 parent 2d71992 commit 237f0ad
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ class UserRepository {
}
}

/// Deletes the current user account.
/// Deletes the current user account.
Future<void> deleteAccount() async {
try {
await _authenticationClient.deleteAccount();
Expand All @@ -221,6 +221,7 @@ class UserRepository {
Error.throwWithStackTrace(DeleteAccountFailure(error), stackTrace);
}
}

/// Returns the number of times the app was opened.
Future<int> fetchAppOpenedCount() async {
try {
Expand Down

0 comments on commit 237f0ad

Please sign in to comment.