From 18f6ba3e761f131ca07568c7c6392e39c0389f9b Mon Sep 17 00:00:00 2001 From: mwlasiuk Date: Mon, 17 Aug 2026 09:04:53 +0200 Subject: [PATCH] Update clang-format instructions and fix typo --- documentation/InstallationGuide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/InstallationGuide/README.md b/documentation/InstallationGuide/README.md index ad3e9f9c..3dab0785 100644 --- a/documentation/InstallationGuide/README.md +++ b/documentation/InstallationGuide/README.md @@ -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_