Skip to content

Commit 82f4804

Browse files
Marco van AngerenMarco van Angeren
authored andcommitted
Reverted whitespace change
1 parent 048b25d commit 82f4804

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/agent/src/Toolbox/StreamResult.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ public function getContent(): \Generator
3737
foreach ($innerResult->getMetadata()->all() as $key => $metadataValue) {
3838
$this->getMetadata()->add($key, $metadataValue);
3939
}
40-
4140
$content = $innerResult->getContent();
4241
// Strings are iterable in PHP but yield from would iterate character-by-character.
4342
// We need to yield the complete string as a single value to preserve streaming behavior.

0 commit comments

Comments
 (0)