mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
lint: Close function args on same line as final arg
This commit is contained in:
parent
37508403d8
commit
daee90d2af
7 changed files with 10 additions and 25 deletions
|
@ -1287,8 +1287,7 @@ const composePadChangesets = async (padId, startNum, endNum) => {
|
|||
const changesets = {};
|
||||
await Promise.all(changesetsNeeded.map(
|
||||
(revNum) => pad.getRevisionChangeset(revNum)
|
||||
.then((changeset) => changesets[revNum] = changeset),
|
||||
));
|
||||
.then((changeset) => changesets[revNum] = changeset)));
|
||||
|
||||
// compose Changesets
|
||||
let r;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue