Skip to content

Commit a541e9f

Browse files
committed
Apply Prettier formatting to MarkdownComponents
1 parent 02c8137 commit a541e9f

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

src/browser/components/Messages/MarkdownComponents.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
import type { ReactNode } from "react";
22
import React, { useState, useEffect } from "react";
33
import { Mermaid } from "./Mermaid";
4-
import {
5-
getShikiHighlighter,
6-
mapToShikiLang,
7-
} from "@/browser/utils/highlighting/shikiHighlighter";
4+
import { getShikiHighlighter, mapToShikiLang } from "@/browser/utils/highlighting/shikiHighlighter";
85
import { extractShikiLines, getShikiTheme } from "@/browser/utils/highlighting/shiki-shared";
96
import { CopyButton } from "@/browser/components/ui/CopyButton";
107

src/browser/utils/highlighting/highlightDiffChunk.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
import {
2-
getShikiHighlighter,
3-
mapToShikiLang,
4-
MAX_DIFF_SIZE_BYTES,
5-
} from "./shikiHighlighter";
1+
import { getShikiHighlighter, mapToShikiLang, MAX_DIFF_SIZE_BYTES } from "./shikiHighlighter";
62
import { getShikiTheme } from "./shiki-shared";
73
import type { DiffChunk } from "./diffChunking";
84

src/common/constants/storage.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ export const USE_1M_CONTEXT_KEY = "use1MContext";
120120
*/
121121
export const PREFERRED_COMPACTION_MODEL_KEY = "preferredCompactionModel";
122122

123-
124123
/**
125124
* Get the localStorage key for theme preference (global)
126125
* Format: "theme"

0 commit comments

Comments
 (0)