From 8b7b6b5f1d0ac251ea987cbe7d32d940af7b5ceb Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 5 Dec 2019 19:12:07 +0100 Subject: [PATCH] Update CONTRIBUTION.md --- CONTRIBUTION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index 73a02bbb7..adafa955a 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -94,5 +94,5 @@ The [__clang-format__](https://clang.llvm.org/docs/ClangFormat.html) tool can fi * On Macs only: `brew install clang-format` # Only needs to be installed once. * All platforms: `clang-format -i -style="{IndentWidth: 4}" my_file.cpp` -- Most importantly, - - Happy coding! +Most importantly, +- Happy coding!