Update code style (#7127)

This commit is contained in:
Luciano Jr 2017-12-07 16:25:28 +00:00 committed by William Cheng
parent 01b6330202
commit da942ab80c

View File

@ -407,7 +407,7 @@ use {{invokerPackage}}\ObjectSerializer;
{{/bodyParams}}
if ($multipart) {
$headers= $this->headerSelector->selectHeadersForMultipart(
$headers = $this->headerSelector->selectHeadersForMultipart(
[{{#produces}}'{{{mediaType}}}'{{#hasMore}}, {{/hasMore}}{{/produces}}]
);
} else {