Skip to content

Commit

Permalink
closing backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
jbohanon committed May 28, 2024
1 parent ba36348 commit 095fc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/code-generator/codegen/templates/snapshot_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var _ json.Marshaler = new({{ .GoName }}Snapshot)
type {{ .GoName }}Snapshot struct {
{{- range .Resources}}
{{ upper_camel .PluralName }} {{ .ImportPrefix }}{{ .Name }}List ` + backtick + `json:"{{ lower_camel .PluralName }}"
{{ upper_camel .PluralName }} {{ .ImportPrefix }}{{ .Name }}List ` + backtick + `json:"{{ lower_camel .PluralName }}"` + backtick + `
{{- end}}
}
Expand Down

0 comments on commit 095fc42

Please sign in to comment.