put whitespace back

Signed-off-by: Ryan Dawson <ryan.dawson@alfresco.com>
pull/4633/head
Ryan Dawson 7 years ago
parent 63086a0f65
commit fa04d1c0ad

@ -73,7 +73,7 @@ Blocks (such as control structures) may be indented to indicate flow of the temp
``` ```
{{ if $foo -}} {{ if $foo -}}
{{- with .Bar }}Hello{{ end -}} {{- with .Bar }}Hello{{ end -}}
{{- end -}} {{- end -}}
``` ```
However, since YAML is a whitespace-oriented language, it is often not possible for code indentation to follow that convention. However, since YAML is a whitespace-oriented language, it is often not possible for code indentation to follow that convention.

Loading…
Cancel
Save