Skip to content

Commit

Permalink
Indentation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
IBM-diksha committed Nov 18, 2024
1 parent de483d8 commit fdb937e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibm/flex/structures.go
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ func flattenAbortIncompleteMultipartUpload(abortIncompleteMultipartUploadInput *
}

func LifecylceRuleGet(lifecycleRuleInput []*s3.LifecycleRule) []map[string]interface{} {
rules := make([]map[string]interface{}, 0, len(in))
rules := make([]map[string]interface{}, 0, len(lifecycleRuleInput))
if lifecycleRuleInput != nil {
for _, lifecyclerule := range lifecycleRuleInput {
lifecycleRuleConfig := make(map[string]interface{})
Expand Down

0 comments on commit fdb937e

Please sign in to comment.