Skip to content

Commit

Permalink
Merge pull request #55 from netmanagers/master
Browse files Browse the repository at this point in the history
Minor formatting change
  • Loading branch information
aboe76 authored Mar 29, 2017
2 parents d1dfca2 + 026dd44 commit 21fc78d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions postfix/files/main.cf
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
{%- if value is number or value is string -%}
{{ parameter }} = {{ value }}
{%- elif value is iterable -%}
{{ parameter }} =
{{ value | join(', ')}}
{{ parameter }} = {{ value | join(', ')}}
{%- endif -%}
{%- do processed_parameters.append(parameter) %}
{%- endif %}
Expand Down

0 comments on commit 21fc78d

Please sign in to comment.