Skip to content

Commit

Permalink
refactor: remove redundant new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
assafgi authored and tigrawap committed Sep 12, 2021
1 parent 1c80e3d commit 1e3e43f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/aws/cluster/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ func fetchHostGroupParams(asg *autoscaling.Group) (hostGroupParams common.HostGr

launchTemplateData := launchTemplateVersionsOutput.LaunchTemplateVersions[0].LaunchTemplateData




hostGroupParams = common.HostGroupParams{
SecurityGroupsIds: launchTemplateData.SecurityGroupIds,
ImageID: *launchTemplateData.ImageId,
Expand Down

0 comments on commit 1e3e43f

Please sign in to comment.