Skip to content

Commit a5f72f8

Browse files
committed
Updated CS fixer
1 parent da4f7f3 commit a5f72f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Pipeline.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,8 @@ public function load(
131131

132132
$iterator->append(
133133
$this->runner->run(
134-
$this->subject, $loader->load(),
134+
$this->subject,
135+
$loader->load(),
135136
$rejection,
136137
$state,
137138
)

0 commit comments

Comments
 (0)