Completed
Pull Request — master (#184)
by Max
09:59 queued 06:43
created
src/SavingIterator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.