Skip to content

Commit 182d358

Browse files
committed
gofumpt
1 parent 47131ad commit 182d358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/templates/helper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ func Str2html(raw string) template.HTML {
625625
}
626626

627627
// RenderMarkup render markdown/markup specified in type to sanitized HTML
628-
func RenderMarkup(markupType string, raw string) template.HTML {
628+
func RenderMarkup(markupType, raw string) template.HTML {
629629
var err error
630630
var renderedContent string
631631

0 commit comments

Comments
 (0)