pr: Add newline before timeout message

This commit is contained in:
Zero King
2018-03-18 12:33:04 +00:00
parent d238ec3b1a
commit ebe427ef15
+1 -1
View File
@@ -169,7 +169,7 @@ func (receiver *Receiver) handleTravisWebhook(payload TravisWebhookPayload) {
}
if timeOut {
comment += "The build timed out."
comment += "\nThe build timed out."
}
receiver.githubClient.CreateComment(