diff --git a/webhooks.go b/webhooks.go index c41f39d..a2f1288 100644 --- a/webhooks.go +++ b/webhooks.go @@ -113,7 +113,7 @@ func handleIssueComment(data []byte) { action.Issue.Title, ) - fmt.Printf(INDENT + "---") + fmt.Printf(INDENT + "---\n") msg := strings.Replace(action.Comment.Body, "\n", strings.Repeat(INDENT, 2), -1) fmt.Printf(strings.Repeat(INDENT, 2) + msg) }