added missing newline

This commit is contained in:
A_D 2018-11-17 16:33:41 +02:00
parent 70b1d85605
commit 1af967264b
No known key found for this signature in database
GPG Key ID: C242F3DD220FA945
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}