Skip to content

Commit 24481a1

Browse files
committed
chore(root): Format
1 parent 9f5b6d3 commit 24481a1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/code-block/src/code-block.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,11 @@ export const CodeBlock = React.forwardRef<HTMLPreElement, CodeBlockProps>(
9797
<p key={lineIndex} style={{ margin: 0, minHeight: "1em" }}>
9898
{props.lineNumbers ? (
9999
<span
100-
style={{ width: "2em", display: "inline-block", fontFamily: props.fontFamily }}
100+
style={{
101+
width: "2em",
102+
display: "inline-block",
103+
fontFamily: props.fontFamily,
104+
}}
101105
>
102106
{lineIndex + 1}
103107
</span>

0 commit comments

Comments
 (0)