Skip to content

Commit 121c792

Browse files
committed
format'
1 parent 91c5f9d commit 121c792

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
@@ -319,7 +319,7 @@ private void handleUpload(Message<String> msg) {
319319
this.pendingUpload.remove(fileToUpload);
320320
this.handleAsyncResult(ar);
321321
msg.reply(ar.succeeded());
322-
322+
323323
// increase counter
324324
if (ar.succeeded()) {
325325
this.counterUploaded.increment();

0 commit comments

Comments
 (0)