Commit 0624454
committed
Add a newline at the end of generated composer.json
It is frustrating that every time I edit `composer.json` with a text editor, I get "generated files are out of sync" errors due to `generator` _not_ putting a newline there
(FWIW, POSIX says that text files should always end with a newline character too)1 parent de722d9 commit 0624454
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments