From b6bb5d4b4db1048a35a09256a1bbc6615a894ae4 Mon Sep 17 00:00:00 2001 From: mbearup Date: Fri, 5 Oct 2018 10:52:02 -0700 Subject: [PATCH] Fix format/spacing for config.go --- builder/azure/arm/config.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/builder/azure/arm/config.go b/builder/azure/arm/config.go index eabf8ee65..cba5e5f44 100644 --- a/builder/azure/arm/config.go +++ b/builder/azure/arm/config.go @@ -80,11 +80,11 @@ type Config struct { CaptureContainerName string `mapstructure:"capture_container_name"` // Compute - SharedGallerySubscription string `mapstructure:"shared_gallery_subscription"` - SharedGalleryResourceGroup string `mapstructure:"shared_gallery_resource_group"` - SharedGalleryName string `mapstructure:"shared_gallery_name"` - SharedGalleryImageName string `mapstructure:"shared_gallery_image_name"` - SharedGalleryImageVersion string `mapstructure:"shared_gallery_image_version"` + SharedGallerySubscription string `mapstructure:"shared_gallery_subscription"` + SharedGalleryResourceGroup string `mapstructure:"shared_gallery_resource_group"` + SharedGalleryName string `mapstructure:"shared_gallery_name"` + SharedGalleryImageName string `mapstructure:"shared_gallery_image_name"` + SharedGalleryImageVersion string `mapstructure:"shared_gallery_image_version"` ImagePublisher string `mapstructure:"image_publisher"` ImageOffer string `mapstructure:"image_offer"`