We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e39539 commit 32b9423Copy full SHA for 32b9423
tests/test_util.py
@@ -42,6 +42,6 @@ def test_get_expect_version():
42
version = get_expect_version(args)
43
assert version == ""
44
45
- args = ['clang-format', '-i' '--install=13']
+ args = ['clang-format', '-i', '--install=13']
46
47
0 commit comments