Skip to content

Commit 2b9f0cb

Browse files
committed
fix file formatting
1 parent ac7a452 commit 2b9f0cb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

templates/node/base/params.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
}
66

77
{% endif %}
8-
{% endfor %}
8+
{% endfor %}

templates/node/base/requests/api.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ return await this.client.call('{{ method.method | caseLower }}', path, {
55
{% for key, header in method.headers %}
66
'{{ key }}': '{{ header }}',
77
{% endfor %}
8-
}, payload{# location check #});
8+
}, payload{# location check #});

templates/node/base/requests/file.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@
128128
{{ parameter.name | caseCamel | escapeKeyword }}.stream.pipe(writeStream);
129129
});
130130
{% endif %}
131-
{% endfor %}
131+
{% endfor %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{% if method.type == 'location' %}, 'arraybuffer'{% endif %}
1+
{% if method.type == 'location' %}, 'arraybuffer'{% endif %}

0 commit comments

Comments
 (0)