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:
commit
deb0fe8bce
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ func testNetwork(networkType string, t *testing.T) {
|
||||||
|
|
||||||
netOption[netlabel.GenericData] = networkOptions
|
netOption[netlabel.GenericData] = networkOptions
|
||||||
ipdList := []driverapi.IPAMData{
|
ipdList := []driverapi.IPAMData{
|
||||||
driverapi.IPAMData{
|
{
|
||||||
Pool: bnw,
|
Pool: bnw,
|
||||||
Gateway: br,
|
Gateway: br,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue