clean true judge

del annotation

reback change

reback change

fix ci

Kubernetes-commit: 082aa9328f8f97f27be6e477df217b7265e8f260
This commit is contained in:
c00522440 2021-04-27 20:11:36 +08:00 committed by Kubernetes Publisher
parent c155b7bb87
commit 961082a1c3
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ func shouldStartNewLine(lastWord, str string) bool {
return true
}
// preserve lines that look like they're starting lists
if bullet.MatchString(str) == true {
if bullet.MatchString(str) {
return true
}
// otherwise combine