Whitespace removed

This commit is contained in:
Peter Goodhall
2019-06-17 15:28:27 +01:00
parent 4c29c960c7
commit 294e126d7d

View File

@@ -372,7 +372,7 @@ class API extends CI_Controller {
$this->logbook_model->import($record);
};
http_response_code(201 );
http_response_code(201);
echo json_encode(['status' => 'created', 'type' => $obj['type'], 'string' => $obj['string']]);
}