utils: Fix check-style-clang-format.py formatting

This commit is contained in:
Eduardo Almeida
2022-10-15 21:00:36 +01:00
parent f0709d9799
commit 050bf556e6

View File

@@ -245,7 +245,8 @@ def find_clang_format_path() -> str:
clang_format_path = shutil.which('clang-format')
if clang_format_path:
process = subprocess.run([clang_format_path, '--version'],
process = subprocess.run(
[clang_format_path, '--version'],
capture_output=True,
text=True,
check=True,