Skip to content

Commit

Permalink
Merge pull request #1640 from crossplane-contrib/backport-1639-to-rel…
Browse files Browse the repository at this point in the history
…ease-0.36

[Backport release-0.36] fix: fixing linter stuff
  • Loading branch information
Christopher Haar committed Jan 18, 2023
2 parents 26204db + f54ac6e commit a38fe37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/controller/kafka/cluster/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ func postDelete(_ context.Context, cr *svcapitypes.Cluster, obj *svcsdk.DeleteCl
}

func preObserve(_ context.Context, cr *svcapitypes.Cluster, obj *svcsdk.DescribeClusterInput) error {
obj.ClusterArn = awsclients.String(meta.GetExternalName(cr))
return nil
obj.ClusterArn = awsclients.String(meta.GetExternalName(cr))
return nil
}

func postObserve(_ context.Context, cr *svcapitypes.Cluster, obj *svcsdk.DescribeClusterOutput, obs managed.ExternalObservation, err error) (managed.ExternalObservation, error) {
Expand Down

0 comments on commit a38fe37

Please sign in to comment.