Skip to content

Commit

Permalink
fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny committed Aug 27, 2019
1 parent a16cf04 commit a805dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/templates/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ func NewFuncMap() []template.FuncMap {
}
return float32(n) * 100 / float32(sum)
},
"MustAsDiff": gitdiff.CommentMustAsDiff,
"CommentMustAsDiff": gitdiff.CommentMustAsDiff,
}}
}

Expand Down

0 comments on commit a805dde

Please sign in to comment.