From ee62ec9798be20904971c4449f9bf80084b76256 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 15 Feb 2019 23:54:59 +0000 Subject: [PATCH] More spaces --- src/Command/PickWinnerCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Command/PickWinnerCommand.php b/src/Command/PickWinnerCommand.php index d83f92c..86341b8 100644 --- a/src/Command/PickWinnerCommand.php +++ b/src/Command/PickWinnerCommand.php @@ -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;