Skip to content

Commit a805dde

Browse files
committed
fix template
1 parent a16cf04 commit a805dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/templates/helper.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ func NewFuncMap() []template.FuncMap {
231231
}
232232
return float32(n) * 100 / float32(sum)
233233
},
234-
"MustAsDiff": gitdiff.CommentMustAsDiff,
234+
"CommentMustAsDiff": gitdiff.CommentMustAsDiff,
235235
}}
236236
}
237237

0 commit comments

Comments
 (0)