Skip to content

Commit

Permalink
removed extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
m-s-austin committed May 20, 2015
1 parent 85eb40f commit b3bae0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion builtin/providers/aws/resource_aws_s3_bucket.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,6 @@ func resourceAwsS3BucketDelete(d *schema.ResourceData, meta interface{}) error {

objectsToDelete := make([]*s3.ObjectIdentifier, len(resp.Contents))
for i, v := range resp.Contents {

objectsToDelete[i] = &s3.ObjectIdentifier{
Key: v.Key,
}
Expand Down

0 comments on commit b3bae0e

Please sign in to comment.