Ver Fonte

Fixing bulid break because of gofmt

Signed-off-by: msabansal <sabansal@microsoft.com>
msabansal há 9 anos atrás
pai
commit
935150ef95
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      libnetwork/drivers/windows/windows_test.go

+ 1 - 1
libnetwork/drivers/windows/windows_test.go

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