Skip to content

Commit

Permalink
style: fix wrong lexicographical order
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriidenisenko committed Sep 29, 2024
1 parent cd0b016 commit 8aa9d6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@RestController
@RequestMapping("/api/v1/auth")
record AuthenticationResource(AuthenticationService service) {
record AuthenticationResource(AuthenticationService service) {

@PostMapping("/register")
public ResponseEntity<AuthenticationResponse> register(
Expand Down

0 comments on commit 8aa9d6f

Please sign in to comment.