1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #953 from msabansal/master

Fixing bulid break because of improper formatting in windows_test.go
This commit is contained in:
aboch 2016-02-17 14:38:22 -08:00
commit deb0fe8bce

View file

@ -23,7 +23,7 @@ func testNetwork(networkType string, t *testing.T) {
netOption[netlabel.GenericData] = networkOptions
ipdList := []driverapi.IPAMData{
driverapi.IPAMData{
{
Pool: bnw,
Gateway: br,
},