Skip to content

Commit e856257

Browse files
committed
fix indentation
1 parent 5e22369 commit e856257

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

auth/src/main/java/com/firebase/ui/auth/ui/idp/SingleSignInActivity.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ protected void onFailure(@NonNull Exception e) {
118118
mHandler.getOperation().observe(this, new ResourceObserver<IdpResponse>(this) {
119119
@Override
120120
protected void onSuccess(@NonNull IdpResponse response) {
121-
startSaveCredentials(mHandler.getCurrentUser(), response, null);
121+
startSaveCredentials(mHandler.getCurrentUser(), response, null);
122122
}
123123

124124
@Override

auth/src/main/java/com/firebase/ui/auth/ui/phone/PhoneActivity.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ protected void onCreate(@Nullable Bundle savedInstanceState) {
6868
this, R.string.fui_progress_dialog_signing_in) {
6969
@Override
7070
protected void onSuccess(@NonNull IdpResponse response) {
71-
startSaveCredentials(handler.getCurrentUser(), response, null);
71+
startSaveCredentials(handler.getCurrentUser(), response, null);
7272
}
7373

7474
@Override

0 commit comments

Comments
 (0)