remove whitespace

This commit is contained in:
Michael Schramm 2015-07-24 13:02:46 +02:00 committed by wodka
parent 3c8ed45c46
commit 66ffea12f0

View file

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