• 
      

    remove one unnecessary comma in line 763 in reviewboard.Hostingsvcs.github

    Review Request #6873 — Created Feb. 1, 2015 and discarded — Latest diff uploaded

    Information

    Review Board
    master

    Reviewers

    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