Skip to content

Commit 8ce3a22

Browse files
committed
fix: lint error
1 parent 63561d5 commit 8ce3a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/scratch-svg-renderer/src/load-svg-string.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const SvgElement = require('./svg-element');
22
const convertFonts = require('./font-converter');
33
const transformStrokeWidths = require('./transform-applier');
4-
const { sanitizeSvgText } = require('./sanitize-svg');
4+
const {sanitizeSvgText} = require('./sanitize-svg');
55

66
/**
77
* @param {SVGElement} svgTag the tag to search within

0 commit comments

Comments
 (0)