Skip to content

Commit 2ba3176

Browse files
committed
fix: just install clang-format
1 parent 1953843 commit 2ba3176

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cpp_linter_hooks/util.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,5 +214,4 @@ def is_installed(tool: str) -> Optional[Path]:
214214
def ensure_installed(tool: str, version: Optional[str] = None) -> None:
215215
"""Ensure a tool is installed, resolving its version if necessary."""
216216
LOG.info("Ensuring %s is installed", tool)
217-
_resolve_install(tool, version)
218-
217+
_install_tool(tool, version)

0 commit comments

Comments
 (0)