Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
tpaulshippy committed Jun 10, 2024
1 parent 7e0ba94 commit 8eac630
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/helpers/mock-llm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ import { KnownError } from './error';
import { formatMessage } from './test';
import OpenAI from 'openai';

const readMockLlmRecordFile = async (mockLlmRecordFile: string): Promise<{ completions: any[] }> => {
const readMockLlmRecordFile = async (
mockLlmRecordFile: string
): Promise<{ completions: any[] }> => {
const mockLlmRecordFileContents = await readFile(
mockLlmRecordFile,
'utf-8'
Expand Down

0 comments on commit 8eac630

Please sign in to comment.