Skip to content

Commit

Permalink
gofumpt file.
Browse files Browse the repository at this point in the history
  • Loading branch information
anathoodell committed Dec 19, 2024
1 parent aa2da54 commit 326523d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion controllers/csm_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -1530,7 +1530,6 @@ func (r *ContainerStorageModuleReconciler) GetK8sClient() kubernetes.Interface {
}

func (r *ContainerStorageModuleReconciler) ZoneValidation(ctx context.Context, cr *csmv1.ContainerStorageModule) error {

err := drivers.ValidateZones(ctx, cr, r.Client)
if err != nil {
return fmt.Errorf("ZoneValidation failed with error: %v", err)
Expand Down

0 comments on commit 326523d

Please sign in to comment.