From 53bb8a707961b84f62fd50d49065c054dd3c15fd Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 11 Dec 2013 14:01:06 -0800 Subject: [PATCH] fmt --- command/inspect/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/inspect/command.go b/command/inspect/command.go index 3c420451e..ddf51d491 100644 --- a/command/inspect/command.go +++ b/command/inspect/command.go @@ -46,7 +46,7 @@ func (c Command) Run(env packer.Environment, args []string) int { // Description if tpl.Description != "" { ui.Say("Description:\n") - ui.Say(tpl.Description+"\n") + ui.Say(tpl.Description + "\n") } // Variables