Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Sep 4, 2024
1 parent f9f2d22 commit 1795218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/parsers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { unzip } from "./zip"
import { JSONLTryParse } from "./jsonl"
import { resolveFileContent } from "./file"
import { resolveTokenEncoder } from "./encoders"
import { mustacheRender} from "./mustache"
import { mustacheRender } from "./mustache"

export async function createParsers(options: {
trace: MarkdownTrace
Expand Down

0 comments on commit 1795218

Please sign in to comment.