From 8aa9d6fe56b402ec450ef37fa0da658db0341812 Mon Sep 17 00:00:00 2001 From: Dima Denisenko <1253839+dimdnk@users.noreply.github.com> Date: Sun, 29 Sep 2024 11:49:58 +0300 Subject: [PATCH] style: fix wrong lexicographical order --- .../dev/knowhowto/jwtsecured/web/AuthenticationResource.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/dev/knowhowto/jwtsecured/web/AuthenticationResource.java b/src/main/java/dev/knowhowto/jwtsecured/web/AuthenticationResource.java index c762570..1e3b369 100644 --- a/src/main/java/dev/knowhowto/jwtsecured/web/AuthenticationResource.java +++ b/src/main/java/dev/knowhowto/jwtsecured/web/AuthenticationResource.java @@ -12,7 +12,7 @@ @RestController @RequestMapping("/api/v1/auth") -record AuthenticationResource(AuthenticationService service) { +record AuthenticationResource(AuthenticationService service) { @PostMapping("/register") public ResponseEntity register(