Skip to content

Commit ec6888e

Browse files
committed
formatting fixes
1 parent 451895c commit ec6888e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/node/base/requests/api.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
{% for key, header in method.headers %}
66
'{{ key }}': '{{ header }}',
77
{% endfor %}
8-
}, payload{% if method.type == 'location' %}, 'arraybuffer'{% endif %});
8+
}, payload{% if method.type == 'location' %}, 'arraybuffer'{% endif %});

0 commit comments

Comments
 (0)