Skip to content

Commit

Permalink
CR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiriMoran committed Dec 28, 2023
1 parent 709d577 commit dabf97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/vpcmodel/nodesExplainability.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func (c *VPCConfig) getCidrExternalNodes(cidr string) (cidrNodes []Node, err err
return nil, nil
}
// 1.
vpcConfigNodesExternalBlock := make([]*common.IPBlock, 0)
vpcConfigNodesExternalBlock := []*common.IPBlock{}
for _, node := range c.Nodes {
if node.IsInternal() {
continue
Expand Down

0 comments on commit dabf97a

Please sign in to comment.