diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-05-01 08:16:06 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-05-01 13:00:38 -0400 |
commit | 420c01394a31415d7a7cbb80be196bcfca48482c (patch) | |
tree | d71672faede9de984c024eadc678ae05ff5af558 /lab/goals.py | |
parent | 53f00a00b7cfb5e856136ea600844160746d6ae2 (diff) | |
download | python-coveragepy-git-420c01394a31415d7a7cbb80be196bcfca48482c.tar.gz |
style: parens should indent the same as their opening line
Diffstat (limited to 'lab/goals.py')
-rw-r--r-- | lab/goals.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lab/goals.py b/lab/goals.py index 8d8acdc6..4bda0f0f 100644 --- a/lab/goals.py +++ b/lab/goals.py @@ -40,7 +40,7 @@ def total_for_files(data, files): n_branches=sel_summ.get("num_branches", 0), n_partial_branches=sel_summ.get("num_partial_branches", 0), n_missing_branches=sel_summ.get("missing_branches", 0), - ) + ) return total |