We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ddb8b8 commit 87557ddCopy full SHA for 87557dd
sdk/cmd/help/doc.go
@@ -29,7 +29,7 @@ import (
29
"k8s.io/component-base/term"
30
)
31
32
-var reEmptyLine = regexp.MustCompile(`(?m)([\w[:punct:]])[ ]*\n([\w[:punct:]])`)
+var reEmptyLine = regexp.MustCompile(`(?m)([\w[:punct:]]) *\n([\w[:punct:]])`)
33
34
func Doc(s string) string {
35
s = heredoc.Doc(s)
0 commit comments