| @@ -58,8 +58,8 @@ | ||
| 58 | 58 |      { | 
| 59 | 59 | $setup = [ | 
| 60 | 60 | 'data_class' => 'OH\Core\Command\AskQuestion', | 
| 61 | -            'empty_data' => function (Options $options) { | |
| 62 | -                return function (FormInterface $form) use ($options) { | |
| 61 | +            'empty_data' => function(Options $options) { | |
| 62 | +                return function(FormInterface $form) use ($options) { | |
| 63 | 63 | return $this->createCommandFromData($form, $options); | 
| 64 | 64 | }; | 
| 65 | 65 | }, |