Skip to content

Commit 9693214

Browse files
committed
Reformat a comment
1 parent 26cb8f5 commit 9693214

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/impl/FirebaseAppDistributionImpl.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ public UpdateTask updateIfNewReleaseAvailable() {
121121
.build());
122122
}
123123
// if the task failed, this get() will cause the error to propagate to the
124-
// handler
125-
// below
124+
// handler below
126125
AppDistributionRelease release = task.getResult();
127126
if (release == null) {
128127
postProgressToCachedUpdateIfNewReleaseTask(

0 commit comments

Comments
 (0)