Skip to content

Commit

Permalink
cs: autofix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Oct 2, 2022
1 parent eed0c7e commit e546136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Operation/Pair.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function __invoke(): Closure
{
/** @var Closure(iterable<TKey, T>): Generator<T, T|null> $pipe */
$pipe = (new Pipe())()(
(new Normalize)(),
(new Normalize())(),
(new Chunk())()(2),
(new Associate())()(
/**
Expand Down

0 comments on commit e546136

Please sign in to comment.