From 0e8d63b1d68eefd606599e019560d4dafeac01ec Mon Sep 17 00:00:00 2001 From: Torsten Reuschel <89043237+unbtorsten@users.noreply.github.com> Date: Wed, 18 Oct 2023 16:18:43 -0300 Subject: [PATCH] fix typo in developer_guide.md (#829) --- doc/developer_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developer_guide.md b/doc/developer_guide.md index 9b33cdcf9..44ee0fd00 100644 --- a/doc/developer_guide.md +++ b/doc/developer_guide.md @@ -42,7 +42,7 @@ the git repository. Conveniently, `clang-format` is available via `pip`: python -m venv venv source venv/bin/activate -pip install clang-format=12.0.1 +pip install clang-format==12.0.1 ``` The changed lines can be formatted with `git-clang-format`, e.g. to format all lines changed compared to master: