From 027db828621f240aabd6ec9f7649fcd001cfcbc7 Mon Sep 17 00:00:00 2001 From: Christopher Boumenot Date: Mon, 12 Jun 2017 08:47:00 -0700 Subject: [PATCH] azure: go fmt ./... --- builder/azure/common/template/template.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/builder/azure/common/template/template.go b/builder/azure/common/template/template.go index 60e51b35d..0ce9d2045 100644 --- a/builder/azure/common/template/template.go +++ b/builder/azure/common/template/template.go @@ -69,10 +69,10 @@ type Properties struct { PublicIPAllocatedMethod *network.IPAllocationMethod `json:"publicIPAllocationMethod,omitempty"` Sku *Sku `json:"sku,omitempty"` //StorageProfile3 *compute.StorageProfile `json:"storageProfile,omitempty"` - StorageProfile *StorageProfileUnion `json:"storageProfile,omitempty"` - Subnets *[]network.Subnet `json:"subnets,omitempty"` - TenantId *string `json:"tenantId,omitempty"` - Value *string `json:"value,omitempty"` + StorageProfile *StorageProfileUnion `json:"storageProfile,omitempty"` + Subnets *[]network.Subnet `json:"subnets,omitempty"` + TenantId *string `json:"tenantId,omitempty"` + Value *string `json:"value,omitempty"` } type AccessPolicies struct {