aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-09-10 19:38:25 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-09-10 19:38:25 +0200
commit3521bff39c39ffc35c6b0cb65cac51591d51c8b9 (patch)
tree8d37fe112505ce13bdc74bf6e923d498969b8575 /main.go
parent5cf8e6e4ea355dbbdfaca5998088704a43e0ceab (diff)
Rework some of the formatting- and parsing code
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 1c94efa..8351b78 100644
--- a/main.go
+++ b/main.go
@@ -37,7 +37,7 @@ func process(filename string) {
die(err)
}
- formatter.PrintHtml(ast)
+ formatter.PrintAst(ast)
fmt.Print("\n")
}