Skip to content

Commit fadd987

Browse files
committed
Prettier
1 parent 18162b2 commit fadd987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/streamingParser.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ describe("StreamingMarkdownParser", () => {
154154
]);
155155
expect(codeLines).toEqual(["// JavaScript content", "// More content"]);
156156
});
157-
157+
158158
it("should capture all non-code, non-header lines", async () => {
159159
const input =
160160
"This is a regular text line\n" +

0 commit comments

Comments
 (0)