Skip to content

Commit a4f89d9

Browse files
Update clang_tools/wheel.py
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 819ef8d commit a4f89d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang_tools/wheel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ def get_parser() -> ArgumentParser:
77
parser = ArgumentParser(description="Install specified clang tool wheel")
88
parser.add_argument(
99
"--tool",
10-
default="clang-format",
1110
required=True,
1211
choices=["clang-format", "clang-tidy"],
1312
help="Tool to install (clang-format or clang-tidy)",

0 commit comments

Comments
 (0)