Skip to content

Commit b1bea56

Browse files
Marco van AngerenMarco van Angeren
authored andcommitted
Reverted whitespace change
1 parent 36f5e2d commit b1bea56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/agent/src/Toolbox/StreamResult.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public function getContent(): \Generator
3838
$this->getMetadata()->add($key, $metadataValue);
3939
}
4040
$content = $innerResult->getContent();
41+
4142
// Strings are iterable in PHP but yield from would iterate character-by-character.
4243
// We need to yield the complete string as a single value to preserve streaming behavior.
4344
// null should also be yielded as-is.

0 commit comments

Comments
 (0)