Passed
Pull Request — master (#199)
by Max
16:25 queued 12:10
created
src/SavingIterator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.