Skip to content

Commit

Permalink
fix typo in developer_guide.md (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
unbtorsten authored Oct 18, 2023
1 parent a3ac099 commit 0e8d63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/developer_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0e8d63b

Please sign in to comment.