Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
Signed-off-by: Eguzki Astiz Lezaun <eastizle@redhat.com>
  • Loading branch information
eguzki committed Sep 23, 2024
1 parent 6803c83 commit b4a0635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rlptools/wasm/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ func ConfigForGateway(

config := &Config{
Extensions: map[string]Extension{
RateLimitPolicyExtensionName: Extension{
RateLimitPolicyExtensionName: {
Endpoint: common.KuadrantRateLimitClusterName,
FailureMode: FailureModeAllow,
Type: RateLimitExtensionType,
Expand Down

0 comments on commit b4a0635

Please sign in to comment.