Commit 53bb8a70 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

fmt

parent 489e10d6
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment