diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-09-10 19:38:25 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-09-10 19:38:25 +0200 |
commit | 3521bff39c39ffc35c6b0cb65cac51591d51c8b9 (patch) | |
tree | 8d37fe112505ce13bdc74bf6e923d498969b8575 /main.go | |
parent | 5cf8e6e4ea355dbbdfaca5998088704a43e0ceab (diff) |
Rework some of the formatting- and parsing code
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ func process(filename string) { die(err) } - formatter.PrintHtml(ast) + formatter.PrintAst(ast) fmt.Print("\n") } |