ran make gofmt

This commit is contained in:
Ionut Craciunescu 2017-08-01 00:34:39 +01:00
parent 66d377f5c4
commit 07397ec2f0
3 changed files with 8 additions and 8 deletions

View File

@ -205,7 +205,7 @@ func (e *LaunchConfiguration) buildRootDevice(cloud awsup.AWSCloud) (map[string]
EbsVolumeSize: e.RootVolumeSize, EbsVolumeSize: e.RootVolumeSize,
EbsVolumeType: e.RootVolumeType, EbsVolumeType: e.RootVolumeType,
EbsVolumeIops: e.RootVolumeIops, EbsVolumeIops: e.RootVolumeIops,
} }
blockDeviceMappings[rootDeviceName] = rootDeviceMapping blockDeviceMappings[rootDeviceName] = rootDeviceMapping