summaryrefslogtreecommitdiffstats
path: root/hugolib/site_output.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/site_output.go')
-rw-r--r--hugolib/site_output.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/hugolib/site_output.go b/hugolib/site_output.go
index 6a630f4ea..c9c9f0ae5 100644
--- a/hugolib/site_output.go
+++ b/hugolib/site_output.go
@@ -51,7 +51,6 @@ func createDefaultOutputFormats(allFormats output.Formats) map[string]output.For
}
return m
-
}
func createSiteOutputFormats(allFormats output.Formats, outputs map[string]interface{}, rssDisabled bool) (map[string]output.Formats, error) {
@@ -84,7 +83,6 @@ func createSiteOutputFormats(allFormats output.Formats, outputs map[string]inter
// This is legacy behaviour. We used to have both
// a RSS page kind and output format.
continue
-
}
return nil, fmt.Errorf("failed to resolve output format %q from site config", format)
}
@@ -107,5 +105,4 @@ func createSiteOutputFormats(allFormats output.Formats, outputs map[string]inter
}
return outFormats, nil
-
}