Skip to content

Commit e183e26

Browse files
committed
fix(ci): Update to clang-format@21
1 parent 176f083 commit e183e26

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ To develop Firebase software, **install**:
132132
To install [clang-format] and [mint] using [Homebrew]:
133133

134134
```console
135-
brew install clang-format@20
135+
brew install clang-format@21
136136
brew install mint
137137
```
138138

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ GitHub Actions will verify that any code changes are done in a style-compliant
153153
way. Install `clang-format` and `mint`:
154154

155155
```console
156-
brew install clang-format@20
156+
brew install clang-format@21
157157
brew install mint
158158
```
159159

scripts/setup_check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fi
3535

3636
# install clang-format
3737
brew update
38-
brew install clang-format@20
38+
brew install clang-format@21
3939

4040
# mint installs tools from Mintfile on demand.
4141
brew install mint

0 commit comments

Comments
 (0)