Skip to content

Commit 415dae5

Browse files
committed
Merge pull request #953 from msabansal/master
Fixing bulid break because of improper formatting in windows_test.go
2 parents eae6259 + 7c9185f commit 415dae5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/windows/windows_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func testNetwork(networkType string, t *testing.T) {
2323

2424
netOption[netlabel.GenericData] = networkOptions
2525
ipdList := []driverapi.IPAMData{
26-
driverapi.IPAMData{
26+
{
2727
Pool: bnw,
2828
Gateway: br,
2929
},

0 commit comments

Comments
 (0)