diff --git a/modules/webhook/msteams.go b/modules/webhook/msteams.go
index 80998d9f81..a68c97ea37 100644
--- a/modules/webhook/msteams.go
+++ b/modules/webhook/msteams.go
@@ -229,7 +229,7 @@ func (m *MSTeamsPayload) Push(p *api.PushPayload) (api.Payloader, error) {
 			strings.TrimRight(commit.Message, "\r\n"), commit.Author.Name)
 		// add linebreak to each commit but the last
 		if i < len(p.Commits)-1 {
-			text += "\n"
+			text += "\n\n"
 		}
 	}