mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixing bulid break because of gofmt
Signed-off-by: msabansal <sabansal@microsoft.com>
This commit is contained in:
parent
3ff94689ef
commit
935150ef95
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