提交 99377725 编写于 作者: J Jingwen Owen Ou

Trim space

上级 9da12f4a
......@@ -166,7 +166,6 @@ func writePullRequestChanges(repo *github.Repo, messageFile string) error {
# Write a message for this pull request. The first block
# of the text is the title and the rest is description.%s
`
message = fmt.Sprintf(message, defaultMsg, repo.FullBase(), repo.FullHead(), commitSummary)
return ioutil.WriteFile(messageFile, []byte(message), 0644)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册