From 7c3e8a9cbc0ebbda73c53024f749991f4fdc9b68 Mon Sep 17 00:00:00 2001 From: Tim Neumann Date: Sun, 29 Jan 2023 13:45:52 +0100 Subject: [PATCH] Fix indentation of bullet points --- docs/source/developer/infra.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/developer/infra.rst b/docs/source/developer/infra.rst index 1717763bdf..5a522de3ff 100644 --- a/docs/source/developer/infra.rst +++ b/docs/source/developer/infra.rst @@ -30,9 +30,9 @@ It does the following things: * Style Check of the CPP code using clang-format with clang version 13 * Run the unit tests - * Uses the docker container to allow to reuse the third party libraries - * Rebuilds nalu-wind with the source from the commit on which the ci is run - * Run all test with `unit` in the label using ctest + * Uses the docker container to allow to reuse the third party libraries + * Rebuilds nalu-wind with the source from the commit on which the ci is run + * Run all test with `unit` in the label using ctest Daily Regression Tests ^^^^^^^^^^^^^^^^^^^^^^