Skip to content

Commit

Permalink
DEAR-120 checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
smuefsmuef committed Jul 18, 2024
1 parent 883e3b8 commit e78cd36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ public List<OverallHappinessSurvey> getAllByUserId(@PathVariable Integer userId)
public Double getAverageScoreByUserId(@PathVariable Integer userId) {
return service.getAverageScoreByUserId(userId);
}
}
}

0 comments on commit e78cd36

Please sign in to comment.