diff options
| author | Joel Holdsworth <jholdsworth@nvidia.com> | 2022-04-01 15:24:52 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-04-01 13:15:43 -0700 |
| commit | 0874bb016a06703d942092c23922c1e4e2bf5f4a (patch) | |
| tree | 5fdeb84a332dc9e16338edd4e655c3d9c7d63c2a /commit-slab-impl.h | |
| parent | git-p4: remove spaces around default arguments (diff) | |
| download | git-0874bb016a06703d942092c23922c1e4e2bf5f4a.tar.gz git-0874bb016a06703d942092c23922c1e4e2bf5f4a.zip | |
git-p4: removed brackets when assigning multiple return values
In several places, git-p4 contains code of the form:
(a, b) = foo()
In each case, multiple values are returned through a tuple or a list and
bound into multiple values.
The brackets around the assigned variables are redundant and can be
removed:
a, b = foo()
Signed-off-by: Joel Holdsworth <jholdsworth@nvidia.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit-slab-impl.h')
0 files changed, 0 insertions, 0 deletions
