Skip to content

Commit e0f640c

Browse files
committed
add new lines at EOF for checkstyle
1 parent d54c6f4 commit e0f640c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

auth/src/main/java/com/firebase/ui/auth/data/remote/SignInKickstarter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,4 +258,4 @@ private void handleCredential(final SignInCredential credential) {
258258
});
259259
}
260260
}
261-
}
261+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ public void onActivityResult(int requestCode, int resultCode, @Nullable Intent d
105105
setResult(Resource.forFailure(e));
106106
}
107107
}
108-
}
108+
}

0 commit comments

Comments
 (0)