Skip to content

Commit a3490b2

Browse files
committed
Fix newlines
1 parent 17bcf1a commit a3490b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

templates/ruby/base/params.twig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
{% endif %}
1313
{% endfor %}
14-
1514
params = {
1615
{% for parameter in method.parameters.query | merge(method.parameters.body) %}
1716
{{ parameter.name }}: {{ parameter.name | caseSnake | escapeKeyword }},
@@ -25,4 +24,4 @@
2524
{% for key, header in method.headers %}
2625
"{{ key }}": '{{ header }}',
2726
{% endfor %}
28-
}
27+
}

0 commit comments

Comments
 (0)