Skip to content

Commit

Permalink
chore: 메시지에서 중괄호 제거 (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
seongjae6751 authored Nov 23, 2024
1 parent 3cd78b6 commit 43cfc1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ private Notification createAndRecordNotification(
}

private String generateDescription(String keyword) {
return "방금 등록된 {%s} 공지를 확인해보세요!".formatted(keyword);
return "방금 등록된 %s 공지를 확인해보세요!".formatted(keyword);
}
}

0 comments on commit 43cfc1a

Please sign in to comment.