Skip to content

Commit

Permalink
style: 개행 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
uwoobeat committed Feb 10, 2024
1 parent 5ec1274 commit 9635e47
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public List<ReactionGroupByEmojiResponse> findAllReaction(Long missionRecordId)

Map<EmojiType, List<Reaction>> reactionMap =
reactionRepository.findAllGroupByEmoji(missionRecordId);

return reactionMap.entrySet().stream()
.map(ReactionGroupByEmojiResponse::from)
.sorted(comparing(ReactionGroupByEmojiResponse::count).reversed())
Expand Down

0 comments on commit 9635e47

Please sign in to comment.