From 8bfc898ec867c10727ec8be2da97e48ab8971f39 Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Mon, 3 Jun 2024 12:55:31 +0200
Subject: [PATCH] FIX: Formatting in documentation.

---
 doc/Install_develop.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/Install_develop.rst b/doc/Install_develop.rst
index 11ee850..33d0605 100644
--- a/doc/Install_develop.rst
+++ b/doc/Install_develop.rst
@@ -28,6 +28,7 @@ package manager. The compiler must support the C++17 standard.
 1. clone/update the subrepo ``git submodule update --init proto``
 2. ``mkdir build && cd build``
 3. ``conan install .. -s "compiler.libcxx=libstdc++11"``
+
    - When there are missing dependencies, it may help to run this with ``--build=missing``.
 4. ``cmake -B . ..``
 5. ``cmake --build .``
-- 
GitLab