From a1aa691d05997680fade4464a35f2b9b15bd416b Mon Sep 17 00:00:00 2001
From: Martin Schroschk <martin.schroschk@tu-dresden.de>
Date: Mon, 12 Jun 2023 13:34:56 +0200
Subject: [PATCH] Lint: Fix line length

---
 doc.zih.tu-dresden.de/docs/archive/slurm_profiling.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc.zih.tu-dresden.de/docs/archive/slurm_profiling.md b/doc.zih.tu-dresden.de/docs/archive/slurm_profiling.md
index e200c4889..6118a0f8b 100644
--- a/doc.zih.tu-dresden.de/docs/archive/slurm_profiling.md
+++ b/doc.zih.tu-dresden.de/docs/archive/slurm_profiling.md
@@ -70,7 +70,8 @@ More information about profiling with Slurm:
 ## Memory Consumption of a Job
 
 If you are only interested in the maximal memory consumption of your job, you don't need profiling
-at all. This information can be retrieved from within [job files](../jobs_and_resources/slurm.md#batch-jobs) as follows:
+at all. This information can be retrieved from within [job
+files](../jobs_and_resources/slurm.md#batch-jobs) as follows:
 
 ```bash
 #!/bin/bash
-- 
GitLab