Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
w666 committed Aug 20, 2024
1 parent 629110b commit 6bc40ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ export class Server extends EventEmitter {
: 'http://schemas.xmlsoap.org/soap/envelope/';

let xml = '<?xml version="1.0" encoding="utf-8"?>' +
'<' + envelopeKey + ':Envelope' + ' xmlns:' + envelopeKey + '=' + ' "' + envelopeDefinition + '" ' +
'<' + envelopeKey + ':Envelope' + ' xmlns:' + envelopeKey + '=' + '"' + envelopeDefinition + '" ' +
encoding +
this.wsdl.xmlnsInEnvelope + '>';

Expand Down

0 comments on commit 6bc40ac

Please sign in to comment.