@@ -42,7 +42,7 @@ |
||
42 | 42 | */ |
43 | 43 | fn (AddingIterator $stored) => (new ValidTernary( |
44 | 44 | $origin, |
45 | - function (Iterator $source) use ($stored) { |
|
45 | + function(Iterator $source) use ($stored) { |
|
46 | 46 | $temp = $stored->from($source); |
47 | 47 | $source->next(); |
48 | 48 | return $temp; |