Commit 4daefc25 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

fmt

parent 57725da8
......@@ -87,7 +87,7 @@ func (c Command) Run(env packer.Environment, args []string) int {
for i, err := range errs {
env.Ui().Error(err.Error())
if (i+1) < len(errs) {
if (i + 1) < len(errs) {
env.Ui().Error("")
}
}
......
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