Skip to content

Commit 447129e

Browse files
committed
Fixed extra space in Flutter code examples
1 parent 910d403 commit 447129e

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 %});
2828

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

0 commit comments

Comments
 (0)