checkstyle

This commit is contained in:
Phan Huy Tran 2025-03-13 15:10:16 +01:00
parent d25b894f38
commit 07a5cee330

View file

@ -61,4 +61,4 @@ public class WebhookController {
return ResponseEntity.ok().body(null); return ResponseEntity.ok().body(null);
} }
} }