diff --git a/changelogs/unreleased/7229-allenxu404 b/changelogs/unreleased/7229-allenxu404 new file mode 100644 index 000000000..1ef7bdb7e --- /dev/null +++ b/changelogs/unreleased/7229-allenxu404 @@ -0,0 +1 @@ +Remove the redundant newline in backup describe output \ No newline at end of file diff --git a/pkg/cmd/util/output/backup_describer.go b/pkg/cmd/util/output/backup_describer.go index 664684cf7..c3224a862 100644 --- a/pkg/cmd/util/output/backup_describer.go +++ b/pkg/cmd/util/output/backup_describer.go @@ -362,8 +362,6 @@ func DescribeBackupStatus(ctx context.Context, kbClient kbclient.Client, d *Desc describeBackupVolumes(ctx, kbClient, d, backup, details, insecureSkipTLSVerify, caCertPath, podVolumeBackups) - d.Println() - if status.HookStatus != nil { d.Println() d.Printf("HooksAttempted:\t%d\n", status.HookStatus.HooksAttempted)