Skip to content

Commit 2e3dc78

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 736c1a8 commit 2e3dc78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/click/_termui_impl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ def _pipepager(cmd: str, color: t.Optional[bool]) -> t.Generator[t.Tuple[t.Binar
416416
color = True
417417
elif "r" in less_flags or "R" in less_flags:
418418
color = True
419-
419+
420420
if color is None:
421421
color = False
422422

0 commit comments

Comments
 (0)