@@ -21,7 +21,7 @@ |
||
21 | 21 | { |
22 | 22 | $instruction = $node->getInstruction($this); |
23 | 23 | |
24 | - if(!isset($instruction->date) && !isset($instruction->input)) { |
|
24 | + if (!isset($instruction->date) && !isset($instruction->input)) { |
|
25 | 25 | return; |
26 | 26 | } |
27 | 27 |