Skip to content

Commit 0f8f6f9

Browse files
committed
Formatting
1 parent 0e752f9 commit 0f8f6f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runner/ratings/autoraters/rate-files.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export async function autoRateFiles(
2929
files: LlmResponseFile[],
3030
appPrompt: string,
3131
screenshotPngUrl: string | null,
32-
ratingsResult: RatingsResult,
32+
ratingsResult: RatingsResult
3333
): Promise<AutoraterRunInfo> {
3434
console.log(`Autorater is using '${model}' model. \n`);
3535

@@ -42,7 +42,7 @@ export async function autoRateFiles(
4242
environment,
4343
files,
4444
appPrompt,
45-
ratingsResult,
45+
ratingsResult
4646
);
4747
console.log(`${greenCheckmark()} Code scoring is successful.`);
4848

0 commit comments

Comments
 (0)