From d0cbc53585d4a8dbfd004c7ac93f7939a66c2f9e Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sat, 3 Feb 2024 17:37:22 +0000 Subject: [PATCH] style: whitespaces fixed to make pre-commit happy --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 93072b2f..ec43c09c 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -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: |