Skip to content

Commit

Permalink
Update pkg/ratelimit/ratelimit.go
Browse files Browse the repository at this point in the history
Co-authored-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>
  • Loading branch information
spencerhance and aojea authored Mar 23, 2023
1 parent 01061cc commit 944faf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ratelimit/ratelimit.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (grl *GCERateLimiter) Accept(ctx context.Context, key *cloud.RateLimitKey)
}

// Observe is a no-op func to satisfy cloud.RateLimiter
func (*GCERateLimiter) Observe(context.Context, error, *cloud.RateLimitKey) {}
func (grl *GCERateLimiter) Observe(context.Context, error, *cloud.RateLimitKey) {}

// rateLimitImpl returns the flowcontrol.RateLimiter implementation
// associated with the passed in key.
Expand Down

0 comments on commit 944faf7

Please sign in to comment.