Fixing trailing whitespace in elbv2 cert (#1078)

This commit is contained in:
Jack Danger 2017-08-23 00:30:48 -07:00 committed by GitHub
parent ed5059367c
commit 245e75f7b8

View File

@ -668,7 +668,7 @@ DESCRIBE_LISTENERS_TEMPLATE = """<DescribeLoadBalancersResponse xmlns="http://el
{% if listener.certificate %}
<Certificates>
<member>
<CertificateArn>{{ listener.certificate }} </CertificateArn>
<CertificateArn>{{ listener.certificate }}</CertificateArn>
</member>
</Certificates>
{% endif %}