mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-03 16:07:43 +00:00
tool: Fix azure.go gofmt
Looks like the newer gofmt is a little pickier. Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
@@ -113,7 +113,7 @@ func createStorageAccount(accountName, location string, resourceGroup resources.
|
||||
Sku: &storage.Sku{
|
||||
Name: storage.StandardLRS,
|
||||
},
|
||||
Location: &location,
|
||||
Location: &location,
|
||||
AccountPropertiesCreateParameters: &storage.AccountPropertiesCreateParameters{},
|
||||
}
|
||||
|
||||
@@ -332,7 +332,7 @@ func createNetworkInterface(resourceGroup resources.Group, networkInterfaceName
|
||||
InterfaceIPConfigurationPropertiesFormat: &network.InterfaceIPConfigurationPropertiesFormat{
|
||||
PublicIPAddress: &publicIPAddress,
|
||||
PrivateIPAllocationMethod: network.Dynamic,
|
||||
Subnet: &subnet,
|
||||
Subnet: &subnet,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user