builder/amazon/common: go fmt

This commit is contained in:
Mark Peek 2015-10-18 11:00:05 -07:00
parent 581c3574f6
commit 914e78f602
2 changed files with 7 additions and 7 deletions

View File

@ -30,7 +30,7 @@ func buildBlockDevices(b []BlockDevice) []*ec2.BlockDeviceMapping {
var blockDevices []*ec2.BlockDeviceMapping
for _, blockDevice := range b {
mapping := &ec2.BlockDeviceMapping {
mapping := &ec2.BlockDeviceMapping{
DeviceName: aws.String(blockDevice.DeviceName),
}