From e36e8983f0aade696b8c8bebfe6f446c4a1705b6 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