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 { ...@@ -46,7 +46,7 @@ func (c Command) Run(env packer.Environment, args []string) int {
// Description // Description
if tpl.Description != "" { if tpl.Description != "" {
ui.Say("Description:\n") ui.Say("Description:\n")
ui.Say(tpl.Description+"\n") ui.Say(tpl.Description + "\n")
} }
// Variables // 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