We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ad011 commit b52164dCopy full SHA for b52164d
templates/dart/lib/src/client_io.dart.twig
@@ -46,7 +46,6 @@ class ClientIO extends ClientBase with ClientMixin {
46
'user-agent' : '{{spec.title | caseUcfirst}}{{ language.name | caseUcfirst }}SDK/({{Platform.operatingSystem}}; {{Platform.operatingSystemVersion}})',
47
{% for key,header in spec.global.defaultHeaders %}
48
'{{key}}' : '{{header}}',
49
-
50
{% endfor %}
51
};
52
0 commit comments