Skip to content

Commit 511f31f

Browse files
committed
Add missing newlines at end of files
- Add newline to src/agent/composer.json - Add newline to src/agent/src/MultiAgent/MultiAgent.php - Add newline to examples/bootstrap.php
1 parent f859ddc commit 511f31f

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

examples/bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,4 @@ function print_stream(ResultPromise $result): void
167167

168168
throw $exception;
169169
});
170+

src/agent/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,4 @@
6969
},
7070
"minimum-stability": "dev"
7171
}
72+

src/agent/src/MultiAgent/MultiAgent.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,4 @@ private function buildAgentSelectionPrompt(string $userQuestion): string
164164
PROMPT;
165165
}
166166
}
167+

0 commit comments

Comments
 (0)