Update CONTRIBUTING.md

This commit is contained in:
Frank
2023-08-24 18:02:38 +02:00
committed by GitHub
parent f09fd7b50e
commit 6379a61828

View File

@@ -20,6 +20,8 @@ Good:
```cpp
if (a == b) {
doStuff(a);
} else {
doOtherStuff(b);
}
```