]> Kevux Git Server - rit/commit
git-p4: seperate multiple statements onto seperate lines
authorJoel Holdsworth <jholdsworth@nvidia.com>
Fri, 1 Apr 2022 14:25:03 +0000 (15:25 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Apr 2022 20:15:44 +0000 (13:15 -0700)
commite8f8b3b2a34fadaa559b25ec734c78ab9ef1228f
tree76f7f70146e0e94a2be9018e0732956bf505395b
parent4768af208850ef3de74908c498acf9f8956cf545
git-p4: seperate multiple statements onto seperate lines

PEP8 discourages the use of compound statements where there are multiple
statements on a single line in the "Other Recommendations" section:

https://www.python.org/dev/peps/pep-0008/#other-recommendations

Signed-off-by: Joel Holdsworth <jholdsworth@nvidia.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-p4.py