style(ProjectController): fix missing newline at end of file
All checks were successful
Quality Check / Tests (pull_request) Successful in 34s
Quality Check / Checkstyle Main (pull_request) Successful in 49s

This commit is contained in:
Jan Gleytenhoover 2024-09-25 12:07:18 +02:00
parent ee90ff7a5e
commit f33721f16d
Signed by: jank
GPG Key ID: B267751B8AE29EFE

@ -35,4 +35,4 @@ public class ProjectController {
.map(this.projectMapper::mapToGetDto) .map(this.projectMapper::mapToGetDto)
.toList(); .toList();
} }
} }