Skip to content

Commit

Permalink
style: 개행 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Arachneee committed Jul 29, 2024
1 parent 772fe47 commit 938f24e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public static StepsResponse of(List<ActionAppResponse> actions) {
StepResponse stepResponse = StepResponse.of(group, currentMembers, billGroupCount + "차");
steps.add(stepResponse);
}

return new StepsResponse(steps);
}

Expand Down

0 comments on commit 938f24e

Please sign in to comment.