test: Switch to goimports instead of gofmt
see https://github.com/purpleidea/mgmt/pull/256#issuecomment-346360414
This commit is contained in:
committed by
James Shubin
parent
3575d597f7
commit
ac629404f4
@@ -692,7 +692,7 @@ func (obj *AwsEc2Res) CheckApply(apply bool) (checkOK bool, err error) {
|
||||
_, err = obj.client.CreateTags(&ec2.CreateTagsInput{
|
||||
Resources: []*string{runResult.Instances[0].InstanceId},
|
||||
Tags: []*ec2.Tag{
|
||||
&ec2.Tag{
|
||||
{
|
||||
Key: aws.String("Name"),
|
||||
Value: aws.String(obj.prependName()),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user