Formatting as per make fmt

pull/4762/head
Craig Barr 9 years ago
parent fdae6858c8
commit 7911cfa94b

@ -3,7 +3,7 @@ package common
import (
"fmt"
"regexp"
"github.com/hashicorp/packer/template/interpolate"
)

@ -96,4 +96,4 @@ func TestAMINameValidation(t *testing.T) {
if err := c.Prepare(nil); err == nil {
t.Fatal("shouldn't be able to have an ami name with invalid characters")
}
}
}

Loading…
Cancel
Save