Skip to content

Commit

Permalink
Reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
Gufran committed Nov 12, 2020
1 parent d56f502 commit 2af971b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_rds_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ func resourceAwsRDSClusterCreate(d *schema.ResourceData, meta interface{}) error
log.Printf("[ERROR] Error restoring RDS Cluster: %s", err)
return err
}

log.Printf("[DEBUG]: RDS Cluster restore response: %s", resp)
} else {

Expand Down

0 comments on commit 2af971b

Please sign in to comment.