Skip to content

Commit 2867890

Browse files
committed
system-tests: add missing spaces
1 parent 753fb03 commit 2867890

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/system-tests/rdscore/internal/rdscorecommon/sriov-pod-level-bond.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,11 +574,11 @@ func disableBondActiveVFInterface(clientPod *pod.Builder) error {
574574
}
575575

576576
if newInterfaceName == interfaceName {
577-
klog.V(100).Infof("The bond active interface for the pod %s in namespace %s did not change;"+
577+
klog.V(100).Infof("The bond active interface for the pod %s in namespace %s did not change; "+
578578
"current bond active interface is %s, the original bond active interface is %s",
579579
clientPod.Definition.Name, clientPod.Definition.Namespace, newInterfaceName, interfaceName)
580580

581-
return fmt.Errorf("the bond active interface for the pod %s in namespace %s did not change;"+
581+
return fmt.Errorf("the bond active interface for the pod %s in namespace %s did not change; "+
582582
"current bond active interface is %s, the original bond active interface is %s",
583583
clientPod.Definition.Name, clientPod.Definition.Namespace, newInterfaceName, interfaceName)
584584
}

0 commit comments

Comments
 (0)