Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tenstad committed Feb 7, 2025
1 parent 76a34a3 commit cfa6286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/sdk/cloudian/qos.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type QualityOfServiceLimits struct {
OutboundKiBsPerMin *int64
}

func (a QualityOfServiceLimits) Equal(b QualityOfServiceLimits) bool {
func (a *QualityOfServiceLimits) Equal(b QualityOfServiceLimits) bool {
// k8s.io/utils/ptr Equal
eq := func(a, b *int64) bool {
if (a == nil) != (b == nil) {
Expand Down

0 comments on commit cfa6286

Please sign in to comment.