style(ProjectController): fix missing newline at end of file
This commit is contained in:
parent
ee90ff7a5e
commit
f33721f16d
1 changed files with 1 additions and 1 deletions
|
@ -35,4 +35,4 @@ public class ProjectController {
|
||||||
.map(this.projectMapper::mapToGetDto)
|
.map(this.projectMapper::mapToGetDto)
|
||||||
.toList();
|
.toList();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue