Skip to content

Commit

Permalink
removed commented line
Browse files Browse the repository at this point in the history
Signed-off-by: stormcow <[email protected]>
  • Loading branch information
stormcow committed Aug 6, 2024
1 parent 0bb6f6e commit 6bdb001
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/template/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ var funcs = template.FuncMap{
"title": func(title string) string {
return cases.Title(language.AmericanEnglish).String(title)
},
// cases.Title,
// join is equal to strings.Join but inverts the argument order
// for easier pipelining in templates.
"join": func(sep string, s []string) string {
Expand Down

0 comments on commit 6bdb001

Please sign in to comment.