Skip to content

Commit

Permalink
add whitespace for clarity
Browse files Browse the repository at this point in the history
Co-authored-by: John McBride <[email protected]>
  • Loading branch information
milanmayr and jpmcb authored Nov 3, 2023
1 parent 4e1197e commit c4c04c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/md_docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func GenMarkdownCustom(cmd *cobra.Command, w io.Writer, linkHandler func(string)
buf.WriteString("\n")
}
if !cmd.DisableAutoGenTag {
buf.WriteString("*Auto generated by spf13/cobra on " + time.Now().Format("2-Jan-2006") + "*\n")
buf.WriteString("* Auto generated by spf13/cobra on " + time.Now().Format("2-Jan-2006") + " *\n")
}
_, err := buf.WriteTo(w)
return err
Expand Down

0 comments on commit c4c04c1

Please sign in to comment.