Skip to content

Commit

Permalink
remove white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kfly8 committed Aug 7, 2024
1 parent 12932b9 commit 77961e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/templates/template.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ use Types::Standard -types;

{{- define "modelsCode" -}}
{{- range .Structs -}}
{{if .Comment}}{comment .Comment}{{end}}
{{- if .Comment}}{comment .Comment}{{end -}}
use kote {{.Name}} => Dict[ {{- range .Fields}}
{{- if .Comment}}{{comment .Comment}}{{end}}
{{.Name}} => {{.Type}},
{{- end}}
];
{{end}}
{{- end -}}
{{end}}

0 comments on commit 77961e0

Please sign in to comment.