Skip to content

Commit

Permalink
remove unnecessary new line
Browse files Browse the repository at this point in the history
  • Loading branch information
vimystic committed Dec 4, 2024
1 parent c8ba8ce commit 0bc73a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/fullnode/pvc_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ func BuildPVCs(

var pvcs []diff.Resource[*corev1.PersistentVolumeClaim]
for i := crd.Spec.Ordinals.Start; i < crd.Spec.Ordinals.Start+crd.Spec.Replicas; i++ {

if pvcDisabled(crd, i) {
continue
}
Expand Down

0 comments on commit 0bc73a8

Please sign in to comment.