From 250082c4c1f85eb590ccf0c37328172a68cc85a9 Mon Sep 17 00:00:00 2001
From: Jan Frenzel <jan.frenzel@tu-dresden.de>
Date: Fri, 13 Aug 2021 13:13:06 +0200
Subject: [PATCH] Added two newlines in mpi_usage_error_detection.md.

---
 .../docs/software/mpi_usage_error_detection.md                  | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc.zih.tu-dresden.de/docs/software/mpi_usage_error_detection.md b/doc.zih.tu-dresden.de/docs/software/mpi_usage_error_detection.md
index 8517b81ce..5fabe6f54 100644
--- a/doc.zih.tu-dresden.de/docs/software/mpi_usage_error_detection.md
+++ b/doc.zih.tu-dresden.de/docs/software/mpi_usage_error_detection.md
@@ -45,8 +45,10 @@ In order to run your application with MUST you need to replace the srun command
 ```console
 marie@login$ mustrun -np <number of MPI processes> ./<your binary>
 ```
+
 Suppose your application is called `fancy-program` and is normally run with 4 processes.
 The invocation should then be
+
 ```console
 marie@login$ mustrun -np 4 ./fancy-program
 [MUST] MUST configuration ... centralized checks with fall-back application crash handling (very slow)
-- 
GitLab