Polish CONTRIBUTING>md (#2005)

This commit is contained in:
Yi Wang
2025-03-25 19:06:34 -07:00
committed by GitHub
parent 916fd273ea
commit fecdb8717e

View File

@@ -17,11 +17,11 @@ possible.
You can also run the formatters manually as follows: You can also run the formatters manually as follows:
``` ```shell
clang-format -i file.cpp clang-format -i file.cpp
``` ```
``` ```shell
black file.py black file.py
``` ```