From 9b9d284aebf26336b4e6d11c7da07fb5a676c12f Mon Sep 17 00:00:00 2001
From: Guilherme Calandrini <gupa977e@tu-dresden.de>
Date: Thu, 6 Oct 2022 10:11:23 +0200
Subject: [PATCH] fix pipeline issues

---
 doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
index 01182c655..f76eede47 100644
--- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
+++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
@@ -196,7 +196,7 @@ taurusi6604.taurus.hrsk.tu-dresden.de
 ### Interactive X11/GUI Jobs
 
 Slurm will forward your X11 credentials to the first (or even all) node for a job with the
-(undocumented) `--x11` option. 
+(undocumented) `--x11` option.
 
 ```console
 marie@login$ srun --ntasks=1 --pty --x11=first xeyes
@@ -212,8 +212,6 @@ marie@login$ srun --ntasks=1 --pty --x11=first xeyes
     marie@login$ srun --ntasks=1 --cpus-per-task=8 --time=1:00:00 --pty --x11=first matlab
     ```
 
-
-
 !!! hint "X11 error"
 
     If you are getting the error:
-- 
GitLab