From 1bd04c1b1191aade27943fd1b3bdb04c9f2a94cc Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 21 Oct 2023 02:15:13 +0200 Subject: Run ‘go fmt’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- formatter/formatter_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'formatter') 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, }, { -- cgit v1.2.3