mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-27 03:44:04 +00:00
clean true judge
del annotation reback change reback change fix ci
This commit is contained in:
@@ -122,7 +122,7 @@ func shouldStartNewLine(lastWord, str string) bool {
|
|||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
// preserve lines that look like they're starting lists
|
// preserve lines that look like they're starting lists
|
||||||
if bullet.MatchString(str) == true {
|
if bullet.MatchString(str) {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
// otherwise combine
|
// otherwise combine
|
||||||
|
|||||||
Reference in New Issue
Block a user