Commit 7455eef
committed
style(Rest): Reformat bin/Rest.js with single quotes and consistent indentation
Standardize the CLI wrapper script to use single quotes for string literals, consistent 2-space indentation, and reordered imports. The changes include converting double quotes to single quotes across all string literals, reordering imports to follow the conventional pattern (builtins first), removing unnecessary blank lines between imports, and collapsing the execSync call to a single line.
These formatting adjustments align bin/Rest.js with project style conventions without altering runtime behavior.1 parent 746022c commit 7455eef
2 files changed
Lines changed: 13 additions & 22 deletions
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | | - | |
15 | | - | |
16 | | - | |
| 15 | + | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
25 | 22 | | |
26 | 23 | | |
27 | 24 | | |
28 | 25 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
38 | 29 | | |
39 | | - | |
| 30 | + | |
40 | 31 | | |
0 commit comments