diff --git a/pkg/function/backup_data.go b/pkg/function/backup_data.go index b2566e2ab5..8dc2396cd4 100644 --- a/pkg/function/backup_data.go +++ b/pkg/function/backup_data.go @@ -205,5 +205,4 @@ func (b *backupDataFunc) ExecutionProgress() (crv1alpha1.PhaseProgress, error) { ProgressPercent: b.progressPercent, LastTransitionTime: &metav1Time, }, nil - }