commit eda5cb6

0uppy  ·  2026-05-11 14:20:07 +0000 UTC
parent d0b1491
meta: forgot to align a line
1 files changed,  +1, -1
+1, -1
1@@ -63,7 +63,7 @@ func mainAction(ctx context.Context, c *cli.Command) error {
2 	}
3 	sidebar, err := ssg.GetSidebar(pagesDir)
4 	if err != nil {
5-    return err
6+        return err
7 	}
8 	outputDir := c.String("output-dir")
9 	if err := os.MkdirAll(outputDir, 0o700); os.IsNotExist(err) {