Skip to content

Commit 15a2158

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

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_clang_tidy.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,7 @@ def test_fix_errors_in_args_forces_serial_execution():
362362
) as mock_exec,
363363
patch("cpp_linter_hooks.clang_tidy.resolve_install"),
364364
):
365-
run_clang_tidy(
366-
["--jobs=4", "-p", "./build", "-fix-errors", "a.cpp", "b.cpp"]
367-
)
365+
run_clang_tidy(["--jobs=4", "-p", "./build", "-fix-errors", "a.cpp", "b.cpp"])
368366

369367
mock_exec.assert_called_once()
370368
cmd = mock_exec.call_args[0][0]

0 commit comments

Comments
 (0)