Skip to content

Commit

Permalink
fix missing semicolon
Browse files Browse the repository at this point in the history
Signed-off-by: eddine zeroual <48633360+alp-ex@users.noreply.github.com>
  • Loading branch information
alp-ex committed Apr 2, 2024
1 parent 3b777b6 commit 8b0437c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/charts/pie/PieShapeNoSnap.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function PieShapeNoSnap() {
` cx: ${props.cx},`,
` cy: ${props.cy},`,
` }`,
` ]}`
` ]}`,
'/>',
].join('\n');
}}
Expand Down

0 comments on commit 8b0437c

Please sign in to comment.