Commit a366db8
committed
Fix linter warning
ESLint has this to say:
> eslint .
/home/virtualbox/3rdparty/rss-to-issues/index.js
75:7 warning Expected property shorthand object-shorthand
✖ 1 problem (0 errors, 1 warning)
0 errors and 1 warning potentially fixable with the `--fix` option.
Signed-off-by: Johannes Schindelin <[email protected]>1 parent 75050c7 commit a366db8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments