remove one unnecessary comma in line 763 in reviewboard.Hostingsvcs.github
Review Request #6873 — Created Feb. 1, 2015 and discarded
remove one unnecessary comma in line 763 in reviewboard.Hostingsvcs.github. This line is an assignment statement, which ends with a comma. This comma in here is confusing and against coding style because it is unnecessary. Please ignore diffs from gitlab.py.
Passed original unit tests
Description | From | Last Updated |
---|---|---|
Col: 47 E127 continuation line over-indented for visual indent |
reviewbot | |
Col: 5 E265 block comment should start with '# ' |
reviewbot | |
Col: 6 W291 trailing whitespace |
reviewbot | |
Col: 1 W293 blank line contains whitespace |
reviewbot | |
Col: 5 E303 too many blank lines (2) |
reviewbot | |
Col: 1 W293 blank line contains whitespace |
reviewbot | |
Col: 28 E241 multiple spaces after ',' |
reviewbot | |
Col: 35 E128 continuation line under-indented for visual indent |
reviewbot | |
Col: 35 E128 continuation line under-indented for visual indent |
reviewbot | |
Col: 49 E127 continuation line over-indented for visual indent |
reviewbot | |
Col: 35 E703 statement ends with a semicolon |
reviewbot | |
Col: 13 E113 unexpected indentation |
reviewbot |
- Description:
-
~ remove one unnecessary comma in line 763 in reviewboard.Hostingsvcs.github. This line is an assignment statement, which ends with a comma. This comma in here is confusing and against coding style because it is unnecessary.
~ remove one unnecessary comma in line 763 in reviewboard.Hostingsvcs.github. This line is an assignment statement, which ends with a comma. This comma in here is confusing and against coding style because it is unnecessary. Please ignore diffs from gitlab.py.