Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Huabing Zhao <[email protected]>
  • Loading branch information
zhaohuabing committed Nov 19, 2024
1 parent 7f04c87 commit d57bf68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/gatewayapi/securitypolicy.go
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,8 @@ func (t *Translator) buildBasicAuth(
func (t *Translator) buildExtAuth(
policy *egv1a1.SecurityPolicy,
resources *resource.Resources,
envoyProxy *egv1a1.EnvoyProxy) (*ir.ExtAuth, error) {
envoyProxy *egv1a1.EnvoyProxy,
) (*ir.ExtAuth, error) {
var (
http = policy.Spec.ExtAuth.HTTP
grpc = policy.Spec.ExtAuth.GRPC
Expand Down

0 comments on commit d57bf68

Please sign in to comment.