Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit d6a91c6

Browse files
wKozajuleskremer
authored andcommitted
API(template class) : Add space after static keyword (#3131)
1 parent 11aae79 commit d6a91c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/api-builder/angular.io-package/templates/class.template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{% if doc.statics.length %}
2323
div(layout="column")
2424
{% for member in doc.statics %}{% if not member.internal %}
25-
pre(class="prettyprint no-bg-with-indent") static
25+
pre(class="prettyprint no-bg-with-indent") static 
2626
a(class="code-anchor" href="#{$ member.name $}-anchor")
2727
code(class="code-background api-doc-code") {$ member.name | indent(6, false) | trim $}
2828
code(class="api-doc-code") {$ params.paramList(member.parameters) | indent(8, false) | trim $}{$ params.returnType(member.returnType) $}

0 commit comments

Comments
 (0)