Skip to content

Commit 101feca

Browse files
committed
format
1 parent 4907dfb commit 101feca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/uid2/shared/vertx/CloudSyncVerticle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,8 @@ private Future<Void> cloudDownloadFile(String s3Path) {
386386

387387
this.pendingDownload.remove(s3Path);
388388
this.handleAsyncResult(ar);
389-
390389
promise.complete();
390+
391391
// increase counter, send event
392392
if (ar.succeeded()) {
393393
vertx.eventBus().publish(this.eventDownloaded, this.cloudSync.toLocalPath(s3Path));

0 commit comments

Comments
 (0)