Skip to content

Commit e3c864f

Browse files
prettier format
1 parent 2a835a9 commit e3c864f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/generate/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export default function UploadPage() {
219219
if (!/viewBox=/.test(svg)) {
220220
svg = svg.replace(
221221
/<svg([^>]*)>/,
222-
`<svg$1 viewBox="0 0 ${width} ${height}">`
222+
`<svg$1 viewBox="0 0 ${width} ${height}">`,
223223
);
224224
}
225225
}

0 commit comments

Comments
 (0)