Skip to content

Commit

Permalink
Add space after comments hashtag
Browse files Browse the repository at this point in the history
- Fixes #312
  • Loading branch information
redhatrises committed Jul 10, 2018
1 parent 8cf30c6 commit a4643c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/docs/gitbook/gitbookCertification.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func (openControl *OpenControlGitBook) getControlOrigin(text string, controlOrig

func (openControl *OpenControlGitBook) exportControl(control *ControlGitbook) (string, string) {
key := replaceParentheses(fmt.Sprintf("%s-%s", control.standardKey, control.controlKey))
text := fmt.Sprintf("#%s\n##%s\n", key, control.GetName())
text := fmt.Sprintf("# %s\n## %s\n", key, control.GetName())
if len(control.GetDescription()) > 0 {
text += "#### Description\n"
text += control.GetDescription()
Expand Down

0 comments on commit a4643c1

Please sign in to comment.