Skip to content

Commit 97d00f5

Browse files
committed
fix missing colon in class attributs
1 parent cea2993 commit 97d00f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/google-class.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
{% if attr|len > 0 %}
33
Attributes:
4-
{% for a in attr %}{{indent}}{{a}}
4+
{% for a in attr %}{{indent}}{{a}}:
55
{% endfor %}{% endif %}
66
"""

0 commit comments

Comments
 (0)