We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eae6259 + 7c9185f commit 415dae5Copy full SHA for 415dae5
1 file changed
drivers/windows/windows_test.go
@@ -23,7 +23,7 @@ func testNetwork(networkType string, t *testing.T) {
23
24
netOption[netlabel.GenericData] = networkOptions
25
ipdList := []driverapi.IPAMData{
26
- driverapi.IPAMData{
+ {
27
Pool: bnw,
28
Gateway: br,
29
},
0 commit comments