mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -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
|
@ -227,8 +227,8 @@ describe('easysync-mutations', function () {
|
|||
|
||||
// turn 123\n 456\n 789\n into 123\n 4<b>5</b>6\n 789\n
|
||||
runMutateAttributionTest(1,
|
||||
['bold,true'], 'Z:c>0|1=4=1*0=1$', ['|1+4', '|1+4', '|1+4'], ['|1+4', '+1*0+1|1+2', '|1+4'],
|
||||
);
|
||||
['bold,true'], 'Z:c>0|1=4=1*0=1$', ['|1+4', '|1+4', '|1+4'],
|
||||
['|1+4', '+1*0+1|1+2', '|1+4']);
|
||||
|
||||
// make a document bold
|
||||
runMutateAttributionTest(2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue