style: whitespaces fixed to make pre-commit happy

This commit is contained in:
Mateusz Pusz
2024-02-03 17:37:22 +00:00
parent 63c0768c20
commit d0cbc53585

View File

@@ -117,7 +117,7 @@ tasks:
gp sync-await python-init
source ${PYTHON_VENV}/bin/activate
conan build . -pr clang17 -c user.build:all=True -o cxx_modules=True -b missing
conan build . -pr clang17 -c user.build:all=True -o cxx_modules=True -b missing -s build_type=Debug
conan build . -pr clang17 -c user.build:all=True -o cxx_modules=True -b missing -s build_type=Debug
echo "🛠️ clang-17 pre-build done for C++20, `std::format`, and C++20 modules! You can close this terminal and use 'Build' button in the VSCode status bar for incremental builds. 🛠️"
- name: documentation
init: |