Skip to content

Commit 22ed668

Browse files
linting
1 parent 9c8f63b commit 22ed668

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Agents/Adapters/Ollama.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public function getName(): string
173173
*/
174174
protected function formatErrorMessage($json): string
175175
{
176-
if (! is_array($json)) {
176+
if (!is_array($json)) {
177177
return '(unknown_error) Unknown error';
178178
}
179179

0 commit comments

Comments
 (0)