@@ -14,10 +14,10 @@ |
||
14 | 14 | public function __construct() |
15 | 15 | { |
16 | 16 | $this->diceTypeMappings = [ |
17 | - 'steve' => function () { |
|
17 | + 'steve' => function() { |
|
18 | 18 | return new Dice\SteveDice(); |
19 | 19 | }, |
20 | - 'fate' => function () { |
|
20 | + 'fate' => function() { |
|
21 | 21 | return new Dice\FateDice(); |
22 | 22 | }, |
23 | 23 | ]; |