diff options
| author | Joel Holdsworth <jholdsworth@nvidia.com> | 2022-04-01 15:24:44 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-04-01 13:15:43 -0700 |
| commit | 990547aa2b701ff8cbdf85219175bd015371f55c (patch) | |
| tree | 7c91bc008f974e456ec80ac0126db72a40169744 /builtin/commit-tree.c | |
| parent | git-p4: add blank lines between functions and class definitions (diff) | |
| download | git-990547aa2b701ff8cbdf85219175bd015371f55c.tar.gz git-990547aa2b701ff8cbdf85219175bd015371f55c.zip | |
git-p4: remove unneeded semicolons from statements
Python allows the usage of compound statements where multiple statements
are written on a single line separared by semicolons. It is also
possible to add a semicolon after a single statement, however this is
generally considered to be untidy, and is unnecessary.
Signed-off-by: Joel Holdsworth <jholdsworth@nvidia.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit-tree.c')
0 files changed, 0 insertions, 0 deletions
