Skip to content

Commit

Permalink
Update format_value.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Mar 25, 2023
1 parent 0b77703 commit bf281a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/utils/format_value.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import (
"github.com/tj-actions/auto-doc/internal"
)

// Formats a string that would be outputed as markdown
func FormatValue(v string) string {
if len(v) == 0 {
return ""
Expand Down

0 comments on commit bf281a6

Please sign in to comment.