Skip to content

Commit f80681b

Browse files
committed
Revert unrelated changes
1 parent a1ee5ed commit f80681b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/templates/helper.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ func NewFuncMap() []template.FuncMap {
104104
}
105105
return str[start:end]
106106
},
107-
"EllipsisString": base.EllipsisString,
108-
"DiffTypeToStr": DiffTypeToStr,
109-
"DiffLineTypeToStr": DiffLineTypeToStr,
110-
"Sha1": Sha1,
111-
"ShortSha": base.ShortSha,
112-
"MD5": base.EncodeMD5,
107+
"EllipsisString": base.EllipsisString,
108+
"DiffTypeToStr": DiffTypeToStr,
109+
"DiffLineTypeToStr": DiffLineTypeToStr,
110+
"Sha1": Sha1,
111+
"ShortSha": base.ShortSha,
112+
"MD5": base.EncodeMD5,
113113
"ActionContent2Commits": ActionContent2Commits,
114114
"PathEscape": url.PathEscape,
115115
"EscapePound": func(str string) string {

0 commit comments

Comments
 (0)