move paren to new line

This commit is contained in:
Mark Mindenhall 2016-05-23 21:43:18 -06:00
parent 153d76e200
commit 24b8870637
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ var (
// beeTemplateExt stores the template extension which will build
beeTemplateExt = []string{"tpl", "html"}
// beeTemplatePreprocessors stores associations of extension -> preprocessor handler
beeTemplateEngines = map[string]templatePreProcessor{})
beeTemplateEngines = map[string]templatePreProcessor{}
)
// ExecuteTemplate applies the template with name to the specified data object,
// writing the output to wr.