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 Nov 28, 2021
1 parent db0073e commit d8d812b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Operation/Find.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function __invoke(): Closure
static function (callable ...$callbacks) use ($default): Closure {
/** @var Closure(Iterator<TKey, T>): Generator<TKey, T|V> $pipe */
$pipe = Pipe::of()(
(new Filter)()(...$callbacks),
(new Filter())()(...$callbacks),
Append::of()($default),
Head::of(),
);
Expand Down

0 comments on commit d8d812b

Please sign in to comment.