@@ -31,7 +31,7 @@ |
||
| 31 | 31 | new ClosureReaction( |
| 32 | 32 | fn (AddingIterator $stored) => (new ValidTernary( |
| 33 | 33 | $origin, |
| 34 | - function (Iterator $source) use ($stored) { |
|
| 34 | + function(Iterator $source) use ($stored) { |
|
| 35 | 35 | $temp = $stored->from($source); |
| 36 | 36 | $source->next(); |
| 37 | 37 | return $temp; |