Skip to content

Commit e2a407d

Browse files
committed
Added the bracket to new line.
1 parent 28c5fbd commit e2a407d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

application/libraries/REST_Controller.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1432,8 +1432,9 @@ protected function _parse_put()
14321432
if ($this->request->format)
14331433
{
14341434
$this->request->body = $this->input->raw_input_stream;
1435-
if ($this->request->format === 'json') {
1436-
$this->_put_args = json_decode($this->input->raw_input_stream);
1435+
if ($this->request->format === 'json')
1436+
{
1437+
$this->_put_args = json_decode($this->input->raw_input_stream);
14371438
}
14381439
}
14391440
else if ($this->input->method() === 'put')

0 commit comments

Comments
 (0)