Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/kubesphere/kubesphere
Browse files Browse the repository at this point in the history
  • Loading branch information
Howie59 committed Oct 9, 2020
2 parents 2c1fdd3 + 34d84dc commit d5c1d93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func snapshotStatus(item *v1beta1.VolumeSnapshot) string {
if item != nil && item.Status != nil && item.Status.ReadyToUse != nil && *item.Status.ReadyToUse {
status = statusReady
}
if item != nil && item.DeletionTimestamp != nil{
if item != nil && item.DeletionTimestamp != nil {
status = statusDeleting
}
return status
Expand Down

0 comments on commit d5c1d93

Please sign in to comment.