Skip to content

Commit

Permalink
address lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Jul 9, 2024
1 parent 2875b22 commit 9847302
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/library/gatewayapi/topology.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ func buildDAGEdges(opts *topologyOptions, gateways []gatewayDAGNode, routes []ht
edges := make([]edge, 0)

for _, route := range routes {

gatewayParentKeys := GetGatewayParentKeys(route.HTTPRoute)

if opts.linkAcceptedRoutesOnly {
Expand Down Expand Up @@ -359,7 +358,6 @@ func buildDAGEdges(opts *topologyOptions, gateways []gatewayDAGNode, routes []ht
for _, attachedPolicy := range attachedPolicies {
edges = append(edges, edge{parent: route, child: attachedPolicy})
}

}

for _, g := range effectiveGatewys {
Expand Down

0 comments on commit 9847302

Please sign in to comment.