@@ -519,7 +519,7 @@ |
||
519 | 519 | $this->getOperationContext()->outgoingResponse()->setContentLength($value); |
520 | 520 | } else { |
521 | 521 | throw ODataException::notAcceptableError( |
522 | - 'ContentLength:'.$value.' is invalid' |
|
522 | + 'ContentLength:' . $value . ' is invalid' |
|
523 | 523 | ); |
524 | 524 | } |
525 | 525 | } |