Skip to content

Commit 9a75493

Browse files
Iain McGinnissGerrit Code Review
authored andcommitted
Merge "CheckStyle fixes for RegisterEmailActivity"
2 parents c7e445f + e6d9b22 commit 9a75493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/src/main/java/com/firebase/ui/auth/ui/email/RegisterEmailActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ protected void blockHandling(Intent nextIntent) {
127127

128128
@Override
129129
public void onClick(View view) {
130-
if(super.isPendingFinishing.get()) {
130+
if (super.isPendingFinishing.get()) {
131131
return;
132132
}
133133
if (view.getId() == R.id.button_create) {

0 commit comments

Comments
 (0)