Commit aaeeec4
lib,test,tools: alignment on variable assignments
Correct alignment on variable assignments that span multiple lines in
preparation for lint rule to enforce such alignment.
PR-URL: #6869
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>1 parent 3745d84 commit aaeeec4Copy full SHA for aaeeec4
File tree
Expand file treeCollapse file tree
22 files changed
+158
-144
lines changedOpen diff view settings
Filter options
- lib
- test
- parallel
- sequential
- tools/doc
Expand file treeCollapse file tree
22 files changed
+158
-144
lines changedOpen diff view settings
Collapse file
+4-3Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
458 | 458 | |
459 | 459 | |
460 | 460 | |
461 | | - |
462 | | - |
463 | | - |
| 461 | + |
| 462 | + |
| 463 | + |
| 464 | + |
464 | 465 | |
465 | 466 | |
466 | 467 | |
|
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
70 | 70 | |
71 | 71 | |
72 | 72 | |
73 | | - |
74 | | - |
| 73 | + |
| 74 | + |
75 | 75 | |
76 | 76 | |
77 | 77 | |
|
Collapse file
+6-3Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
426 | 426 | |
427 | 427 | |
428 | 428 | |
429 | | - |
430 | | - |
431 | | - |
| 429 | + |
| 430 | + |
| 431 | + |
| 432 | + |
| 433 | + |
| 434 | + |
432 | 435 | |
433 | 436 | |
434 | 437 | |
|
Collapse file
+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | | - |
10 | | - |
| 9 | + |
| 10 | + |
11 | 11 | |
12 | 12 | |
13 | 13 | |
|
Collapse file
test/parallel/test-buffer.js
Copy file name to clipboardExpand all lines: test/parallel/test-buffer.js+20-20Lines changed: 20 additions & 20 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
464 | 464 | |
465 | 465 | |
466 | 466 | |
467 | | - |
468 | | - |
469 | | - |
470 | | - |
| 467 | + |
| 468 | + |
| 469 | + |
| 470 | + |
471 | 471 | |
472 | | - |
473 | | - |
474 | | - |
475 | | - |
476 | | - |
477 | | - |
| 472 | + |
| 473 | + |
| 474 | + |
| 475 | + |
| 476 | + |
| 477 | + |
478 | 478 | |
479 | 479 | |
480 | 480 | |
| ||
484 | 484 | |
485 | 485 | |
486 | 486 | |
487 | | - |
488 | | - |
489 | | - |
490 | | - |
491 | | - |
| 487 | + |
| 488 | + |
| 489 | + |
| 490 | + |
| 491 | + |
492 | 492 | |
493 | 493 | |
494 | 494 | |
| ||
502 | 502 | |
503 | 503 | |
504 | 504 | |
505 | | - |
506 | | - |
507 | | - |
508 | | - |
509 | | - |
| 505 | + |
| 506 | + |
| 507 | + |
| 508 | + |
| 509 | + |
510 | 510 | |
511 | 511 | |
512 | 512 | |
|
Collapse file
test/parallel/test-cluster-worker-exit.js
Copy file name to clipboardExpand all lines: test/parallel/test-cluster-worker-exit.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
107 | 107 | |
108 | 108 | |
109 | 109 | |
110 | | - |
| 110 | + |
111 | 111 | |
112 | 112 | |
113 | 113 | |
|
Collapse file
test/parallel/test-cluster-worker-kill.js
Copy file name to clipboardExpand all lines: test/parallel/test-cluster-worker-kill.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
90 | 90 | |
91 | 91 | |
92 | 92 | |
93 | | - |
| 93 | + |
94 | 94 | |
95 | 95 | |
96 | 96 | |
|
Collapse file
test/parallel/test-domain-no-error-handler-abort-on-uncaught.js
Copy file name to clipboardExpand all lines: test/parallel/test-domain-no-error-handler-abort-on-uncaught.js+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
182 | 182 | |
183 | 183 | |
184 | 184 | |
185 | | - |
186 | | - |
| 185 | + |
| 186 | + |
187 | 187 | |
188 | 188 | |
189 | 189 | |
|
Collapse file
test/parallel/test-error-reporting.js
Copy file name to clipboardExpand all lines: test/parallel/test-error-reporting.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
8 | 8 | |
9 | 9 | |
10 | 10 | |
11 | | - |
| 11 | + |
12 | 12 | |
13 | 13 | |
14 | 14 | |
|
Collapse file
test/parallel/test-fs-append-file-sync.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-append-file-sync.js+6-6Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
8 | 8 | |
9 | 9 | |
10 | 10 | |
11 | | - |
12 | | - |
13 | | - |
14 | | - |
15 | | - |
16 | | - |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
17 | 17 | |
18 | 18 | |
19 | 19 | |
|
0 commit comments