Fixed a linting error.

This commit is contained in:
Bendegúz Ács 2019-07-05 15:32:22 +02:00 committed by GitHub
commit b0aab6fb15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -597,7 +597,7 @@ EC2_DESCRIBE_INSTANCE_ATTRIBUTE = """<DescribeInstanceAttributeResponse xmlns="h
<requestId>59dbff89-35bd-4eac-99ed-be587EXAMPLE</requestId>
<instanceId>{{ instance.id }}</instanceId>
<{{ attribute }}>
{% if value is not none %}
{% if value is not none %}
<value>{{ value }}</value>
{% endif %}
</{{ attribute }}>