Skip to content

Commit 05184e2

Browse files
committed
chore: formatting
1 parent af67ece commit 05184e2

File tree

1 file changed

+0
-1
lines changed
  • packages/gitbook/src/components/DocumentView

1 file changed

+0
-1
lines changed

packages/gitbook/src/components/DocumentView/Images.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export function Images(props: BlockProps<DocumentBlockImages>) {
1919
const isMultipleImages = block.nodes.length > 1;
2020
const { align = 'center' } = block.data;
2121

22-
2322
return (
2423
<div
2524
className={tcls(

0 commit comments

Comments
 (0)