Skip to content

Commit

Permalink
VKT(Backend): Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jrkkp committed Nov 18, 2024
1 parent 3d548a1 commit 93612a0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ public ExaminerEnrollmentGradesDTO getEnrollmentAppointmentGrades(@PathVariable
@PutMapping(path = "/appointment/{enrollmentAppointmentId:\\d+}/grades")
@Operation(tags = TAG_ENROLLMENT, summary = "Update enrollment appointment")
public ExaminerEnrollmentGradesDTO upsertEnrollmentAppointmentGrades(
@RequestBody @Valid final ExaminerEnrollmentGradesDTO dto,
@PathVariable final long enrollmentAppointmentId
@RequestBody @Valid final ExaminerEnrollmentGradesDTO dto,
@PathVariable final long enrollmentAppointmentId
) {
return examinerEnrollmentService.upsertAppointmentGrades(enrollmentAppointmentId, dto);
}
Expand Down

0 comments on commit 93612a0

Please sign in to comment.