Skip to content

Commit 8268191

Browse files
committed
format'
1 parent 121c792 commit 8268191

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ private void cloudDownloadBlocking(Promise<Void> promise, String s3Path) {
403403
promise.fail(new Throwable(ex));
404404
}
405405
}
406+
406407
private void handleAsyncResult(AsyncResult ar) {
407408
if (ar.failed()) {
408409
Throwable ex = ar.cause();

0 commit comments

Comments
 (0)