diff --git a/moto/iam/responses.py b/moto/iam/responses.py index a7e1fa097..88392b1a3 100644 --- a/moto/iam/responses.py +++ b/moto/iam/responses.py @@ -1866,10 +1866,10 @@ LIST_USER_TAGS_TEMPLATE = """ {% for tag in user_tags %} - + {{ tag.Key }} {{ tag.Value }} - + {% endfor %} false