]> git.ipfire.org Git - thirdparty/git.git/commit
git-p4: remove spaces between dictionary keys and colons
authorJoel Holdsworth <jholdsworth@nvidia.com>
Fri, 1 Apr 2022 14:24:56 +0000 (15:24 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Apr 2022 20:15:44 +0000 (13:15 -0700)
commit2bcf611088ffcc585b963efcc5c69fb6e819c1b3
treed1b3ef8608275e71092fd55609e1641052ba3ac3
parent968e29e16bf6ea5565208bf5440f7bcee1be2891
git-p4: remove spaces between dictionary keys and colons

PEP8 makes no specific recommendation about spaces preceding colons in
dictionary declarations, but all the code examples contained with it
declare dictionaries with a single space after the colon, and none
before.

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