Run gofmt -s

This commit is contained in:
Bjørn Erik Pedersen
2018-10-23 23:18:24 +02:00
parent e3ed4a83b8
commit 889aca054a
6 changed files with 22 additions and 24 deletions

View File

@@ -749,7 +749,7 @@ func (t *templateHandler) addTemplateFile(name, baseTemplatePath, path string) e
}
var embeddedTemplatesAliases = map[string][]string{
"shortcodes/twitter.html": []string{"shortcodes/tweet.html"},
"shortcodes/twitter.html": {"shortcodes/tweet.html"},
}
func (t *templateHandler) loadEmbedded() error {