Skip to content

Commit

Permalink
Caught some spaces with my tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
slevenick committed Oct 15, 2019
1 parent ddf6f03 commit 4c32e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/terraform/custom_flatten/json_to_string_map.go.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
-%>
func flatten<%= prefix -%><%= titlelize_property(property) -%>(v interface{}, d *schema.ResourceData) interface{} {
if v == nil {
return v
}
return v
}

kv := v.(map[string]interface{})

Expand Down

0 comments on commit 4c32e56

Please sign in to comment.