Skip to content

Commit b52164d

Browse files
committed
remove extra space
1 parent 57ad011 commit b52164d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/dart/lib/src/client_io.dart.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ class ClientIO extends ClientBase with ClientMixin {
4646
'user-agent' : '{{spec.title | caseUcfirst}}{{ language.name | caseUcfirst }}SDK/({{Platform.operatingSystem}}; {{Platform.operatingSystemVersion}})',
4747
{% for key,header in spec.global.defaultHeaders %}
4848
'{{key}}' : '{{header}}',
49-
5049
{% endfor %}
5150
};
5251

0 commit comments

Comments
 (0)