summaryrefslogtreecommitdiff
path: root/funcs.go
diff options
context:
space:
mode:
Diffstat (limited to 'funcs.go')
-rw-r--r--funcs.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/funcs.go b/funcs.go
index 0a15b53e..b65170a3 100644
--- a/funcs.go
+++ b/funcs.go
@@ -25,7 +25,6 @@ func initFuncs(data *Data) template.FuncMap {
"csvByRow": typeconv.CSVByRow,
"csvByColumn": typeconv.CSVByColumn,
"slice": typeconv.Slice,
- "indent": typeconv.indent,
"join": typeconv.Join,
"toJSON": typeconv.ToJSON,
"toJSONPretty": typeconv.toJSONPretty,