More spaces

This commit is contained in:
Oliver Davies 2019-02-15 23:54:59 +00:00
parent 0fb5afaf58
commit ee62ec9798

View file

@ -40,7 +40,7 @@ class PickWinnerCommand extends Command
*/
public function __construct(Picker $picker)
{
parent::__construct();
parent::__construct();
$this->client = new Client();
$this->cache = new FilesystemCache();
$this->picker = $picker;