Commit e9b6551
authored
dont show empty arguments (#2171)
Avoid the extra space in this output:
```
Handling command /submit with argument at git/git#2234 (comment)
```
as in here when just running `/submit`:
https://github.com/gitgitgadget-workflows/gitgitgadget-workflows/actions/runs/23004209654/job/667963930711 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
858 | 858 | | |
859 | 859 | | |
860 | 860 | | |
861 | | - | |
862 | | - | |
863 | | - | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
864 | 864 | | |
865 | 865 | | |
866 | 866 | | |
| |||
0 commit comments