Skip to content

Commit

Permalink
LA-1238 code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
KhaledNjim authored Apr 1, 2024
1 parent 25c768f commit 63e3f5b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ class GetAuthorizedInteractor {
.onError((error, stackTrace) {
if(error is NotAuthorizedUser){
throw error;
}
else{
}else{
return authenticationRepository.getAuthorizedUserOffline();
}
});
Expand Down

0 comments on commit 63e3f5b

Please sign in to comment.