Remove blank line

This commit is contained in:
Oliver Davies 2020-05-05 10:40:33 +01:00
parent 72c4c2af78
commit 5a2f82885d

View file

@ -38,7 +38,6 @@ final class GetRaffleWinnerCommand extends Command
) {
parent::__construct($name);
$this->client = $client;
$this->cache = $cache;
}