Skip to content

Commit 21f3254

Browse files
committed
Fixed missing space
1 parent 447129e commit 21f3254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/flutter/docs/example.md.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ void main() { // Init SDK
2424
{% if parameter.required %}
2525
{{ parameter.name | caseCamel }}: {{ parameter | paramExample }},
2626
{% endif %}
27-
{% endfor %});
27+
{% endfor %}{% if method.parameters.all|length > 0 %} {% endif %});
2828

2929
{% if method.type == 'location' %}
3030
print(result); // Resource URL string

0 commit comments

Comments
 (0)