Skip to content

Commit 2230fd4

Browse files
committed
CS fix
1 parent 004ebf7 commit 2230fd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Service/IteratePagesService.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ public function iterate(string $path): Observable
4545
->do(function (ResponseInterface $response) use ($paths) {
4646
if (!$response->hasHeader('link')) {
4747
$paths->onCompleted();
48+
4849
return;
4950
}
5051

0 commit comments

Comments
 (0)