From 206ec4e5bfd3f6bf66afb56608a4e9ce75bf9c73 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto <mitchell.hashimoto@gmail.com> Date: Mon, 17 Jun 2013 14:54:04 -0700 Subject: [PATCH] fmt --- packer/template.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packer/template.go b/packer/template.go index ffc15c97a..0e6b6150b 100644 --- a/packer/template.go +++ b/packer/template.go @@ -11,9 +11,9 @@ import ( // "interface{}" pointers since we actually don't know what their contents // are until we read the "type" field. type rawTemplate struct { - Builders []map[string]interface{} - Hooks map[string][]string - Provisioners []map[string]interface{} + Builders []map[string]interface{} + Hooks map[string][]string + Provisioners []map[string]interface{} PostProcessors []map[string]interface{} `json:"post-processors"` }