Skip to content

Commit

Permalink
Fix spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
minnur committed Apr 18, 2016
1 parent 509334d commit 3de3d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controller/TestAPIController.php
Expand Up @@ -22,7 +22,7 @@ class TestAPIController extends ControllerBase {
*/
public function get_example( Request $request ) {

$response['data'] = 'Some test data to return';
$response['data'] = 'Some test data to return';
$response['method'] = 'GET';

return new JsonResponse( $response );
Expand Down

0 comments on commit 3de3d79

Please sign in to comment.