chore: gofmt
continuous-integration/drone/push Build is failing Details

This commit is contained in:
decentral1se 2023-01-21 23:26:23 +01:00
parent 9338afb492
commit 03041b88d0
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 3 deletions

View File

@ -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