mirror of
https://git.ferricyanide.solutions/A_D/irc-webhooks.git
synced 2024-12-22 23:27:03 +00:00
added missing newline
This commit is contained in:
parent
70b1d85605
commit
1af967264b
@ -113,7 +113,7 @@ func handleIssueComment(data []byte) {
|
|||||||
action.Issue.Title,
|
action.Issue.Title,
|
||||||
)
|
)
|
||||||
|
|
||||||
fmt.Printf(INDENT + "---")
|
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), -1)
|
||||||
fmt.Printf(strings.Repeat(INDENT, 2) + msg)
|
fmt.Printf(strings.Repeat(INDENT, 2) + msg)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user