Skip to content

Commit

Permalink
Please linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jckuester committed Feb 6, 2019
1 parent 73037d5 commit 252964d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_sagemaker_model.go
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ func flattenContainer(container *sagemaker.ContainerDefinition) []interface{} {
return []interface{}{}
}

cfg := make(map[string]interface{}, 0)
cfg := make(map[string]interface{})

cfg["image"] = *container.Image

Expand Down

0 comments on commit 252964d

Please sign in to comment.