Skip to content

Commit

Permalink
Update identitycenter.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tcsc authored Oct 22, 2024
1 parent 086a371 commit 9261b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/identitycenter.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ type IdentityCenterAccount struct {
}

// CloneResource creates a deep copy of the underlying account resource
func (a *IdentityCenterAccount) CloneResource() IdentityCenterAccount {
func (a IdentityCenterAccount) CloneResource() IdentityCenterAccount {
return IdentityCenterAccount{
Account: proto.Clone(a.Account).(*identitycenterv1.Account),
}
Expand Down

0 comments on commit 9261b93

Please sign in to comment.