Мелкое исправление

This commit is contained in:
upagge 2020-03-02 19:26:19 +03:00
parent a3524ba953
commit 1f9296b590
No known key found for this signature in database
GPG Key ID: 15CD012E46F6BA34

View File

@ -82,7 +82,7 @@ public class Message {
final String createMessage = stringBuilder.toString(); final String createMessage = stringBuilder.toString();
if (!EMPTY.equalsIgnoreCase(createMessage)) { if (!EMPTY.equalsIgnoreCase(createMessage)) {
return Optional.of( return Optional.of(
SMILE_PEN + " *Изменения ревьюверов вашего ПР*" + BREAK + SMILE_PEN + " *Изменения ревьюверов вашего ПР*" +
HR + HR +
"[" + pullRequest.getName() + "](" + pullRequest.getUrl() + ")" + BREAK + "[" + pullRequest.getName() + "](" + pullRequest.getUrl() + ")" + BREAK +
createMessage createMessage