Skip to content

Commit b21fbf5

Browse files
committed
Format
1 parent 9672e37 commit b21fbf5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/pre/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export function Pre({
2828
}: PreProps): ReactElement {
2929
const preRef = useRef<HTMLPreElement | null>(null)
3030

31-
3231
const copyButton = copy === "" && (
3332
<CopyToClipboard
3433
tabIndex={props.tabIndex}

0 commit comments

Comments
 (0)