Fix formatting errors in cmdline module according to PEP8
Review Request #6628 — Created Nov. 23, 2014 and submitted
Information | |
---|---|
justy777 | |
Review Board | |
master | |
6d36317... | |
Reviewers | |
reviewboard, students | |
Fixed the following formatting errors:
cmdline/rbsite.py:1177:25: E128 continuation line under-indented for visual indent
Ran unit tests for cmdline module, and ran pep8 again.