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 committed Jul 8, 2021
1 parent 74d8494 commit dce9e9a
Show file tree
Hide file tree
Showing 2 changed files with 1,718 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
Loading

0 comments on commit dce9e9a

Please sign in to comment.