hugolib, output: Gofmt

This commit is contained in:
Bjørn Erik Pedersen
2017-03-28 01:18:15 +02:00
parent f2fbf0b2ea
commit af55ec7661
2 changed files with 5 additions and 5 deletions

View File

@@ -718,7 +718,7 @@ func (s *Site) reProcess(events []fsnotify.Event) (whatChanged, error) {
}
for shortcode, _ := range shortcodesChanged {
for shortcode := range shortcodesChanged {
// There are certain scenarios that, when a shortcode changes,
// it isn't sufficient to just rerender the already parsed shortcode.
// One example is if the user adds a new shortcode to the content file first,