From 03041b88d0372a58033f2628c9d7a9d909117afd Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sat, 21 Jan 2023 23:26:23 +0100 Subject: [PATCH] chore: gofmt --- pkg/jsontable/jsontable_test.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkg/jsontable/jsontable_test.go b/pkg/jsontable/jsontable_test.go index 159ffb69..fb50067f 100644 --- a/pkg/jsontable/jsontable_test.go +++ b/pkg/jsontable/jsontable_test.go @@ -9,9 +9,8 @@ import ( "github.com/olekukonko/tablewriter" ) - var TestLine = []string{"1", "2"} -var TestGroup = [][]string {{"1", "2", "3"}, {"a", "teohunteohu", "c", "d"}, {"☺", "☹"}} +var TestGroup = [][]string{{"1", "2", "3"}, {"a", "teohunteohu", "c", "d"}, {"☺", "☹"}} var TestKeys = []string{"key0", "key1", "key2"} /// test creation @@ -81,5 +80,4 @@ func TestTableWriter(t *testing.T) { } } - /// FIXME test different output formats when captions etc. are added