Skip to content

Commit af4ead3

Browse files
committed
format
1 parent aa626db commit af4ead3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Agents/Message.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ public function __construct(
2222
string $content,
2323
?string $role = null,
2424
array $attachments = []
25-
)
26-
{
25+
) {
2726
$this->content = $content;
2827
$this->role = $role ?? Role::ROLE_USER;
2928
$this->attachments = [];

0 commit comments

Comments
 (0)