Skip to content

Commit

Permalink
[style] : 코드 리포멧팅
Browse files Browse the repository at this point in the history
  • Loading branch information
hyun2371 committed Nov 22, 2024
1 parent 3749152 commit 70da9d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public ChatInquiryResponse(
}

private static MemberInfo createPartnerInfo(boolean isInquirer, ChatInquiry chatInquiry) {
Member partner = isInquirer ? chatInquiry.getAnswerer(): chatInquiry.getInquirer();
Member partner = isInquirer ? chatInquiry.getAnswerer() : chatInquiry.getInquirer();
return new MemberInfo(
partner.getId(),
partner.getNickname(),
Expand Down

0 comments on commit 70da9d6

Please sign in to comment.