From 3521bff39c39ffc35c6b0cb65cac51591d51c8b9 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 10 Sep 2023 19:38:25 +0200 Subject: Rework some of the formatting- and parsing code --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') 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") } -- cgit v1.2.3