Skip to content

Commit 2e41dce

Browse files
JordanDaltongithub-actions[bot]
authored andcommitted
Fix styling
1 parent 8eda1c1 commit 2e41dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Requests/CreateCompletionRequest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function resolveEndpoint(): string
4545

4646
public function defaultBody(): array
4747
{
48-
if(! isset($this->metadata['user_id'])) {
48+
if (! isset($this->metadata['user_id'])) {
4949
$this->metadata['user_id'] = uniqid();
5050
}
5151

0 commit comments

Comments
 (0)