1
0
Fork 0
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:
msabansal 2016-02-17 14:25:44 -08:00
parent 3ff94689ef
commit 935150ef95

View file

@ -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,
}, },