зеркало из
https://git.ferricyanide.solutions/A_D/irc-webhooks.git
synced 2026-03-18 17:07:21 +01:00
added missing newline
Этот коммит содержится в:
@@ -114,6 +114,6 @@ func handleIssueComment(data []byte) {
|
||||
)
|
||||
|
||||
fmt.Printf(INDENT + "---\n")
|
||||
msg := strings.Replace(action.Comment.Body, "\n", strings.Repeat(INDENT, 2), -1)
|
||||
msg := strings.Replace(action.Comment.Body, "\n", strings.Repeat(INDENT, 2) + "\n", -1)
|
||||
fmt.Printf(strings.Repeat(INDENT, 2) + msg)
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user