Skip to content

Commit 615944d

Browse files
author
Rachel Prince
committed
Fix formatting
1 parent b0f4ec3 commit 615944d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

firebase-app-distribution/src/main/java/com/google/firebase/app/distribution/TesterSignInManager.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,7 @@ public Task<Void> signInTester() {
147147
LogWrapper.getInstance().e(TAG + "Fid retrieval failed.", e);
148148
setSignInTaskCompletionError(
149149
new FirebaseAppDistributionException(
150-
Constants.ErrorMessages.AUTHENTICATION_ERROR,
151-
AUTHENTICATION_FAILURE,
152-
e));
150+
Constants.ErrorMessages.AUTHENTICATION_ERROR, AUTHENTICATION_FAILURE, e));
153151
});
154152

155153
return signInTaskCompletionSource.getTask();

0 commit comments

Comments
 (0)