Skip to content

Commit 4cf7d38

Browse files
committed
Reformat a comment
1 parent 2750403 commit 4cf7d38

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
@@ -139,8 +139,7 @@ public UpdateTask updateIfNewReleaseAvailable() {
139139
.build());
140140
}
141141
// if the task failed, this get() will cause the error to propagate to the
142-
// handler
143-
// below
142+
// handler below
144143
AppDistributionRelease release = task.getResult();
145144
if (release == null) {
146145
postProgressToCachedUpdateIfNewReleaseTask(

0 commit comments

Comments
 (0)