aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.go b/main.go
index ad5e819..7ed9a77 100644
--- a/main.go
+++ b/main.go
@@ -5,7 +5,6 @@ import (
"os"
)
-
func main() {
// show usage if config file is missing
if len(os.Args) < 2 {
@@ -35,6 +34,6 @@ func main() {
fmt.Println("Navigation:")
fmt.Println(navItems)
- generatePages(pages, navItems, cfg)
+ generatePages(pages, navItems, cfg)
}