mirror of
https://github.com/xiaoqidun/gitcz.git
synced 2026-09-12 14:30:03 +08:00
style(代码风格): 调整风格
This commit is contained in:
1 parent
d36f61bc80
commit
8168b719fd
1 file changed
+2
-2
@@ -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
|
||||
}
|
||||
Reference in new issue
Block a user