From 420c01394a31415d7a7cbb80be196bcfca48482c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 1 May 2022 08:16:06 -0400 Subject: style: parens should indent the same as their opening line --- coverage/inorout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/inorout.py') diff --git a/coverage/inorout.py b/coverage/inorout.py index 25943cb1..ec89d1b4 100644 --- a/coverage/inorout.py +++ b/coverage/inorout.py @@ -591,7 +591,7 @@ class InOrOut: 'source_match', 'source_pkgs_match', 'include_match', 'omit_match', 'cover_match', 'pylib_match', 'third_match', - ] + ] for matcher_name in matcher_names: matcher = getattr(self, matcher_name) -- cgit v1.2.1