From 59eb3b711a9e79785982eeadeaa9bf75fea44c56 Mon Sep 17 00:00:00 2001 From: Fabian Chong Date: Tue, 8 Sep 2015 20:33:06 +0800 Subject: [PATCH] Update virtual Remove spacing --- postfix/virtual | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix/virtual b/postfix/virtual index d945944..55f9f43 100644 --- a/postfix/virtual +++ b/postfix/virtual @@ -11,7 +11,7 @@ {% endfor -%} {% else -%} {# ..otherwise expect it to be just a string for the value -#} - {{ key }} {{ value }} +{{ key }} {{ value }} {% endif -%} {% endfor -%} {% endif -%}