mirror of https://gitee.com/antv-l7/antv-l7
style: lint style
This commit is contained in:
parent
da89b98047
commit
ae1cc7f4b0
|
@ -39,7 +39,7 @@ export default class TextLayerDemo extends React.Component {
|
|||
y: 'w',
|
||||
},
|
||||
})
|
||||
.shape(['s', 'm'], (...args) => args.map(i => `${i}\n`).join(''))
|
||||
.shape(['s', 'm'], (...args) => args.map((i) => `${i}\n`).join(''))
|
||||
// .shape('circle')
|
||||
.size(18)
|
||||
.filter('t', (t) => {
|
||||
|
|
Loading…
Reference in New Issue