Fix spacing problem.

This commit is contained in:
Aaron L 2016-08-08 08:18:16 -07:00
parent b9fc5e4080
commit 7c65598f17

View file

@ -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 .) -}}