Skip to content

Commit 433bce0

Browse files
Fix spacing
1 parent 4e7d595 commit 433bce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/uid2/admin/vertx/service/EncryptedFilesSyncService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public EncryptedFilesSyncService(
3838

3939
@Override
4040
public void setupRoutes(Router router) {
41-
router.post("/api/encrypted-files/refresh").blockingHandler(auth.handle((ctx) -> {
41+
router.post("/api/encrypted-files/refresh").blockingHandler(auth.handle((ctx) -> {
4242
synchronized (writeLock) {
4343
this.handleEncryptedFileSync(ctx);
4444
}

0 commit comments

Comments
 (0)