Fix spacing problem.
This commit is contained in:
parent
b9fc5e4080
commit
7c65598f17
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{{- if .Table.IsJoinTable -}}
|
||||
{{- else -}}
|
||||
{{- $dot := . }}
|
||||
{{- $table := .Table }}
|
||||
{{- $dot := . -}}
|
||||
{{- $table := .Table -}}
|
||||
{{- range .Table.ToManyRelationships -}}
|
||||
{{- if .ForeignColumnUnique -}}
|
||||
{{- template "relationship_to_one_helper" (textsFromOneToOneRelationship $dot.PkgName $dot.Tables $table .) -}}
|
||||
|
|
Loading…
Add table
Reference in a new issue