Skip to content

Commit

Permalink
Add back newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoKobalamyne authored and Eitan Joffe committed May 29, 2022
1 parent e5234bd commit 21fb142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/githubclient/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ func formatBody(commit git.Commit, stack []*github.PullRequest) string {
addManualMergeNotice(formatStackMarkdown(commit, stack)))
}

return fmt.Sprintf("%s---\n\n**Stack**:\n%s",
return fmt.Sprintf("%s\n\n---\n\n**Stack**:\n%s",
commit.Body,
addManualMergeNotice(formatStackMarkdown(commit, stack)))
}
Expand Down

0 comments on commit 21fb142

Please sign in to comment.