From b2e76ffae0b37a511af51ae098f4680009f26c53 Mon Sep 17 00:00:00 2001 From: maddalax Date: Mon, 23 Sep 2024 16:56:45 -0500 Subject: [PATCH] no format --- cli/htmgo/tasks/astgen/writer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/htmgo/tasks/astgen/writer.go b/cli/htmgo/tasks/astgen/writer.go index 578f3eb..c19cb25 100644 --- a/cli/htmgo/tasks/astgen/writer.go +++ b/cli/htmgo/tasks/astgen/writer.go @@ -49,7 +49,7 @@ func WriteFile(path string, cb func(content *ast.File) string) { slog.Debug("astgen.WriteFile", slog.String("path", path), slog.String("content", string(bytes))) - formatEnabled := true + formatEnabled := false if formatEnabled { bytes, err = format.Source(bytes)