README.md: Fix typo in sample output

This commit is contained in:
Adrien Leravat 2019-06-21 15:55:09 -07:00 committed by GitHub
parent 2888d10a33
commit c2d3a0f451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ $ docker run -v $(pwd):/src --rm witekio/clang-format-checker
-MyClass::MyClass()
+MyClass::MyClass()
- : arg(new Other(std::string("string"), 4))
- : arg(new Other(std::string("string"), 4))
+ : arg(new Other(std::string("string"), 4))
```
## CI Integration