Skip to content

Commit b8b77d5

Browse files
committed
Remove extra star
1 parent b169f95 commit b8b77d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/coding-style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $ make indent
1616
To avoid formatting differences between `clang-format` versions, we currently use `clang-format-{{ extra.clang_format_version }}`. The [clang-format Python distribution](https://pypi.org/project/clang-format/) provides precompiled binaries for all major platforms:
1717

1818
```shell
19-
$ uv tool install 'clang-format=={{ extra.clang_format_version }}.*'
19+
$ uv tool install 'clang-format=={{ extra.clang_format_version }}'
2020
$ alias clang-format='uvx clang-format'
2121
```
2222

0 commit comments

Comments
 (0)