Skip to content

Commit

Permalink
Fix alignment in template (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
bendbennett committed Sep 5, 2023
1 parent b37c415 commit 3ec14c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions internal/templates/schema.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ return schema.Schema{
{{- AttributesString}}
},
{{- end}}
{{- if gt (len .GeneratorSchema.Blocks) 0 }}
Blocks: map[string]schema.Block{
{{- BlocksString}}
},
{{- end}}
{{- if gt (len .GeneratorSchema.Blocks) 0 }}
Blocks: map[string]schema.Block{
{{- BlocksString}}
},
{{- end}}
}
}

0 comments on commit 3ec14c0

Please sign in to comment.