Skip to content

Commit a846395

Browse files
committed
fix: add spacing between header and targets in builds list
1 parent b6e38e4 commit a846395

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/cmd/build.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,7 @@ func handleBuildsList(ctx context.Context, cmd *cli.Command) error {
631631
maxItems--
632632
b := iter.Current()
633633
fmt.Print(cbuild.ViewHeader("BUILD", b))
634+
fmt.Println()
634635
m := cbuild.Model{Build: b}
635636
fmt.Print(m.View())
636637
fmt.Println()

0 commit comments

Comments
 (0)