Skip to content

Commit 3b78be4

Browse files
committed
undo table update
1 parent d8fd433 commit 3b78be4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cli/cliui/table.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,6 @@ func DisplayTable(out any, sort string, filterColumns []string) (string, error)
166166
if val != nil {
167167
v = val.String()
168168
}
169-
case []string:
170-
//nolint
171-
v = strings.Join(v.([]string), ", ")
172169
}
173170

174171
rowSlice[i] = v

0 commit comments

Comments
 (0)