remove whitespace

This commit is contained in:
Michael Schramm 2015-07-24 13:02:46 +02:00 committed by wodka
parent c972a06384
commit a440f9e574

View file

@ -101,7 +101,7 @@ class WebhookController extends \b8\Controller
* invalid event from bitbucket
*/
return [
'status' => 'failed',
'status' => 'failed',
'commits' => []
];
}