style(代码风格): 调整风格
continuous-integration/drone/push Build is passing Details

pull/4/head
xiaoqidun 1 year ago
parent d36f61bc80
commit 8168b719fd

@ -236,11 +236,11 @@ func GenerateCommit(czCommit *CzCommit) string {
commit += "\n\n"
}
if czCommit.BreakingChange != nil {
commit += ("BREAKING CHANGE: " + *czCommit.BreakingChange)
commit += "BREAKING CHANGE: " + *czCommit.BreakingChange
commit += "\n\n"
}
if czCommit.Closes != nil {
commit += ("Closes fix " + *czCommit.Closes)
commit += "Closes fix " + *czCommit.Closes
}
return commit
}

Loading…
Cancel
Save