add missing space

This commit is contained in:
Jimmy Cai 2022-02-26 22:44:45 +00:00 committed by GitHub
parent a02463077b
commit 52efd51d76

View File

@ -7,7 +7,7 @@
{{ partial (printf "widget/%s" .type) (dict "Context" $context "Params" .params) }} {{ partial (printf "widget/%s" .type) (dict "Context" $context "Params" .params) }}
{{ else }} {{ else }}
{{ warnf "Widget %s not found" .type }} {{ warnf "Widget %s not found" .type }}
{{ end}} {{ end }}
{{ end }} {{ end }}
</aside> </aside>
{{ end }} {{ end }}