no format

This commit is contained in:
maddalax 2024-09-23 16:56:45 -05:00
parent 5332d968e6
commit b2e76ffae0

View file

@ -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))) slog.Debug("astgen.WriteFile", slog.String("path", path), slog.String("content", string(bytes)))
formatEnabled := true formatEnabled := false
if formatEnabled { if formatEnabled {
bytes, err = format.Source(bytes) bytes, err = format.Source(bytes)