clean true judge
del annotation reback change reback change fix ci Kubernetes-commit: 082aa9328f8f97f27be6e477df217b7265e8f260
This commit is contained in:
parent
c155b7bb87
commit
961082a1c3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue