no format
This commit is contained in:
parent
5332d968e6
commit
b2e76ffae0
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue