Skip to content

Commit 742d7f7

Browse files
author
Thomas Kiley
authored
Fixup previous commit
1 parent c03e326 commit 742d7f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CODING_STANDARD.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@ Homebrew.
320320
To install on a Unix-like system, try installing using the system package
321321
manager:
322322
```
323-
apt-get install clang-format-8 # Run this on Ubuntu, Debian etc.
324-
brew install clang-format@8 # Run this on a Mac with Homebrew installed
323+
apt-get install clang-format-7 # Run this on Ubuntu, Debian etc.
324+
brew install clang-format@7 # Run this on a Mac with Homebrew installed
325325
```
326326

327327
If your platform doesn't have a package for clang-format, you can download a

0 commit comments

Comments
 (0)