Parcourir la source

Update README.md for clang-format 20 (#14533)

Paul Beusterien il y a 1 an
Parent
commit
2b802c4a59
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -153,7 +153,7 @@ GitHub Actions will verify that any code changes are done in a style-compliant
 way. Install `clang-format` and `mint`:
 
 ```console
-brew install clang-format@19
+brew install clang-format@20
 brew install mint
 ```