Commit 24f4306
Wrap comment to 80 chars in sample scheduler.conf
First line of the sample scheduler.conf is currently
```
# The socket address the scheduler will listen on. It's strongly recommended to listen
```
which is 86 characters wide, which is too wide to fit in many default-sized terminal windows (e.g. as you edit/view this file locally, starting with the sample contents).
This commit just wraps the comment at 80 cols.1 parent e59cc28 commit 24f4306
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments