From 25c0f0dc2f9091915f7aa5f2009bf7371a522ea6 Mon Sep 17 00:00:00 2001 From: whoisix <35096485+whoisix@users.noreply.github.com> Date: Wed, 19 Jan 2022 15:24:41 +0800 Subject: [PATCH] fix:multilist tables tmpl --- default.tmpl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/default.tmpl b/default.tmpl index a5eb973..d8293b0 100644 --- a/default.tmpl +++ b/default.tmpl @@ -11,7 +11,7 @@ hide methods hide stereotypes -{{ range . -}} +{{ range . }} table( {{ .Name }}, {{ .Name }}{{ if .Comment }}\n({{ .Comment }}) {{- end }} ) { {{- range .Columns }} {{- if .IsPrimaryKey }} @@ -21,6 +21,5 @@ table( {{ .Name }}, {{ .Name }}{{ if .Comment }}\n({{ .Comment }}) {{- end }} ) {{- end }} {{- end }} } -{{- end }} - +{{ end }} @enduml \ No newline at end of file