Skip to content

Commit

Permalink
[refac] modify indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kgy1008 committed Jul 10, 2024
1 parent 3784f3a commit 4c19dc0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public class ReportController {

@GetMapping("/reports/count")
public HankkiResponse<ReportServiceResponse> getReportCounts() {
long reportCount = reportService.getMyReportSequence();
ReportServiceResponse response = new ReportServiceResponse(reportCount);
ReportServiceResponse response = new ReportServiceResponse(reportService.getMyReportSequence());
return HankkiResponse.success(CommonSuccessCode.OK, response);

}
}

0 comments on commit 4c19dc0

Please sign in to comment.