mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +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:
parent
c52e831dca
commit
d236874874
@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user