Skip to content

Commit 440ecbf

Browse files
authored
Merge pull request #16 from pixelneo/fix_colon
fix missing colon in class attributs
2 parents cea2993 + 97d00f5 commit 440ecbf

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)