Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/InstallationGuide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ clang-format --version
In order to format code base run:

```bash
python3 run_clang_fromat.py
python3 scripts/run_clang_format.py
```

_Note that PRs without formatting might be rejected from merging_
Expand Down
Loading