Skip to content

Commit a5e78d4

Browse files
committed
lint fix
1 parent 28561ae commit a5e78d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cns/hnsclient/hnsclient_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ func createHostNCApipaNetwork(
316316
hostNCLoopbackAdapterName,
317317
ipconfig,
318318
false, /* Flag to setWeakHostOnInterface */
319-
"" /* Empty primary Interface Identifier as setWeakHostOnInterface is not needed*/); err != nil {
319+
"" /* Empty primary Interface Identifier as setWeakHostOnInterface is not needed*/); err != nil {
320320
return nil, fmt.Errorf("Failed to create loopback adapter. Error: %v", err)
321321
}
322322

0 commit comments

Comments
 (0)