Skip to content

Commit

Permalink
Minor: remove extra new-line between comment and type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
isimluk committed Sep 18, 2020
1 parent 18c5f77 commit ab69faf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metaschema/templates/generated_models.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type {{.GoTypeName}} struct {
{{- end}}
}
{{- else}}
{{- if .IsMarkup }}
{{- if .IsMarkup -}}
type {{ .GoTypeName }} = Markup
{{- else }}
type {{ .GoTypeName }} string
Expand Down
2 changes: 1 addition & 1 deletion metaschema/templates/pkged.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ab69faf

Please sign in to comment.