style: lint style

This commit is contained in:
2912401452 2021-11-13 14:09:40 +08:00
parent da89b98047
commit ae1cc7f4b0
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ export default class TextLayerDemo extends React.Component {
y: 'w', y: 'w',
}, },
}) })
.shape(['s', 'm'], (...args) => args.map(i => `${i}\n`).join('')) .shape(['s', 'm'], (...args) => args.map((i) => `${i}\n`).join(''))
// .shape('circle') // .shape('circle')
.size(18) .size(18)
.filter('t', (t) => { .filter('t', (t) => {