Skip to content

Commit 79920a3

Browse files
committed
add a new line before return to satisfy fabbot
1 parent 3f66609 commit 79920a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/platform/tests/Bridge/Anthropic/ModelClientTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ private function parseHeaders(array $headers): array
108108
$parsed[trim($key)] = trim($value);
109109
}
110110
}
111+
111112
return $parsed;
112113
}
113114
}

0 commit comments

Comments
 (0)