From 408b046cf7565e699b0c06e029cfea8588f56aa4 Mon Sep 17 00:00:00 2001
From: Maximilian <maximilian.sander1@tu-dresden.de>
Date: Fri, 20 Jan 2023 21:20:02 +0100
Subject: [PATCH] fix formatting

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

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 5208e679e..4bb730322 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
@@ -41,7 +41,7 @@ Besides loading a MUST module, no further changes are needed during compilation
 
 ### Running your Application with MUST
 
-In order to launch your application with MUST you need to replace the `srun` command with 
+In order to launch your application with MUST you need to replace the `srun` command with
 `mustrun --must:mpiexec srun --must:np -n`:
 
 ```console
-- 
GitLab