Skip to content

Commit ca55ccc

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cpp_linter_hooks/util.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ def _resolve_version_from_pypi(
7171
if installed:
7272
LOG.info(
7373
"PyPI unreachable; using locally installed %s %s",
74-
tool, installed,
74+
tool,
75+
installed,
7576
)
7677
return installed, None
7778
return (

0 commit comments

Comments
 (0)