Skip to content

Commit e337cb3

Browse files
committed
chore: spacing fix
1 parent e0d4ec8 commit e337cb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/api/providers/router-provider.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ export abstract class RouterProvider extends BaseProvider {
5353
...(options.openAiHeaders || {}),
5454
...DEFAULT_HEADERS
5555
}
56-
}) }
56+
})
57+
}
5758

5859
public async fetchModel() {
5960
this.models = await getModels({ provider: this.name, apiKey: this.client.apiKey, baseUrl: this.client.baseURL })

0 commit comments

Comments
 (0)