Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TalShorSap committed Sep 20, 2023
1 parent d89557b commit c377253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/v1alpha1/serviceinstance_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ func (in *ServiceInstance) SetReady(ready metav1.ConditionStatus) {
in.Status.Ready = ready
}

func (si *ServiceInstance) GetSubaccountID() string {
return si.Spec.SubaccountID
func (in *ServiceInstance) GetSubaccountID() string {
return in.Spec.SubaccountID
}

// +kubebuilder:object:root=true
Expand Down

0 comments on commit c377253

Please sign in to comment.