style(ProjectController): fix missing newline at end of file

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

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