Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Commit b98e24a

Browse files
committed
new line at the end
1 parent 7667b74 commit b98e24a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cmd/list.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ func NewListCommand(options *k8s.PvcExecOptions) *cobra.Command {
3232
for _, it := range pvcList.Items {
3333
_, _ = fmt.Fprintf(w, "\n %s\t%s", it.Name, it.Status.Phase)
3434
}
35+
_, _ = fmt.Fprintf(w, "\n %s\t%s\t\n", "------", "------")
3536
return nil
3637
},
3738
}

0 commit comments

Comments
 (0)