lint: Re-run eslint --fix

This commit is contained in:
Richard Hansen 2020-12-16 16:51:43 -05:00 committed by John McLear
parent fc234d0088
commit f54dcbc766
13 changed files with 44 additions and 44 deletions

View file

@ -291,7 +291,7 @@ function makeContentCollector(collectStyles, abrowser, apool, domInterface, clas
['lmkr', '1'],
['insertorder', 'first'],
].concat(
_.map(state.lineAttributes, (value, key) => [key, value]),
_.map(state.lineAttributes, (value, key) => [key, value])
);
lines.appendText('*', Changeset.makeAttribsString('+', attributes, apool));
}