Skip to content

Commit 0c09933

Browse files
committed
style
1 parent e183e26 commit 0c09933

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/style.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ version="${version/ (*)/}"
5656
version="${version/.*/}"
5757

5858
case "$version" in
59-
20)
59+
21)
6060
;;
6161
google3-trunk)
6262
echo "Please use a publicly released clang-format; a recent LLVM release"
@@ -65,7 +65,7 @@ case "$version" in
6565
exit 1
6666
;;
6767
*)
68-
echo "Please upgrade to clang-format version 20."
68+
echo "Please upgrade to clang-format version 21."
6969
echo "If it's installed via homebrew you can run:"
7070
echo "brew upgrade clang-format"
7171
exit 1

0 commit comments

Comments
 (0)