diff options
Diffstat (limited to 'formatter/formatter_test.go')
-rw-r--r-- | formatter/formatter_test.go | 4 |
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, }, { |