Skip to content

Commit

Permalink
Update pkg/vpcmodel/semanticDiffSubnets.go
Browse files Browse the repository at this point in the history
Co-authored-by: Adi Sosnovich <[email protected]>
  • Loading branch information
ShiriMoran and adisos authored Nov 12, 2023
1 parent 27205d1 commit 023c4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/vpcmodel/semanticDiffSubnets.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ func connStr(conn *common.ConnectionSet) string {
return conn.EnhancedString()
}

func diffAndEndpointsDisc(diff DiffType, src, dst VPCResourceIntf, thisMinusOther bool) (diffDisc, workLoad string) {
func diffAndEndpointsDisc(diff DiffType, src, dst VPCResourceIntf, thisMinusOther bool) (diffDisc, subnet string) {
const (
subnetsDiffInfo = ", subnets-diff-info:"
tripleString = "%s %s %s"
Expand Down

0 comments on commit 023c4cd

Please sign in to comment.