aboutsummaryrefslogtreecommitdiff
path: root/formatter
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-10-21 02:15:13 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-10-21 02:15:13 +0200
commit1bd04c1b1191aade27943fd1b3bdb04c9f2a94cc (patch)
tree9257c2e48615df2e998c1703a210a0a7c36d7ce0 /formatter
parent169b87ee7713867ad9492b99622754b6b8a34cdd (diff)
Run ‘go fmt’
Diffstat (limited to 'formatter')
-rw-r--r--formatter/formatter_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/formatter/formatter_test.go b/formatter/formatter_test.go
index 6274b1f..132059a 100644
--- a/formatter/formatter_test.go
+++ b/formatter/formatter_test.go
@@ -202,8 +202,8 @@ func TestPrintChildrenTrimMixed(t *testing.T) {
}
printChildrenTrim([]parser.AstNode{
{
- Type: parser.Normal,
- Text: "em",
+ Type: parser.Normal,
+ Text: "em",
Children: children,
},
{