Skip to content

Commit

Permalink
chore: fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Fedotov authored and prometherion committed Jul 12, 2021
1 parent db8b8ac commit eb19a7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/v1alpha1/conversion_hub.go
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ func (t *Tenant) convertV1Beta1OwnerToV1Alpha1(src *capsulev1beta1.Tenant) {
enableIngressClassDeletionAnnotation: nil,
}


for i, owner := range src.Spec.Owners {
if i == 0 {
t.Spec.Owner = OwnerSpec{
Expand Down

0 comments on commit eb19a7a

Please sign in to comment.