diff --git a/internal/pkg/tables/tables.go b/internal/pkg/tables/tables.go index 77260116..204f3caa 100644 --- a/internal/pkg/tables/tables.go +++ b/internal/pkg/tables/tables.go @@ -48,5 +48,5 @@ func (t *Table) Render(cmd *cobra.Command) { t.table.Style().Options.SeparateRows = false t.table.Style().Options.SeparateColumns = true t.table.Style().Options.SeparateHeader = true - cmd.Printf("\n%s\n", t.table.Render()) + cmd.Printf("\n%s\n\n", t.table.Render()) }