Skip to content

Commit 7f442e8

Browse files
committed
lint fix
Signed-off-by: adisos <adisos@il.ibm.com>
1 parent 58f98a3 commit 7f442e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/ibmvpc/sg_analysis.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,8 @@ func (sga *SGAnalyzer) getSGrules(sgObj *vpc1.SecurityGroup) (ingressRules, egre
276276
continue
277277
}
278278
if ruleObj.remote.cidr.IsEmpty() && ruleObj.remote.sgName != "" {
279-
logging.Warnf("in SG %s, rule index %d: could not find remote SG %s or its attached network interfaces", *sga.sgResource.Name, index, ruleObj.remote.sgName)
279+
logging.Warnf("in SG %s, rule index %d: could not find remote SG %s or its attached network interfaces",
280+
*sga.sgResource.Name, index, ruleObj.remote.sgName)
280281
}
281282
if isIngress {
282283
ingressRules = append(ingressRules, ruleObj)

0 commit comments

Comments
 (0)