From a54f9103f54bc7c13a8fed84ab94934e342be163 Mon Sep 17 00:00:00 2001
From: Matthias Lieber <matthias.lieber@tu-dresden.de>
Date: Wed, 25 Aug 2021 14:54:59 +0200
Subject: [PATCH] fixed line length issue

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

diff --git a/doc.zih.tu-dresden.de/docs/software/compilers.md b/doc.zih.tu-dresden.de/docs/software/compilers.md
index 83c803828..4292602e0 100644
--- a/doc.zih.tu-dresden.de/docs/software/compilers.md
+++ b/doc.zih.tu-dresden.de/docs/software/compilers.md
@@ -10,7 +10,8 @@ The following compilers are available on the ZIH system:
 | C++ Compiler         | `g++`      | `icpc`    | `pgc++`     |
 | Fortran Compiler     | `gfortran` | `ifort`   | `pgfortran` |
 
-For an overview of the installed compiler versions, please use `module spider <module name>` on the ZIH systems.
+For an overview of the installed compiler versions, please use `module spider <module name>`
+on the ZIH systems.
 
 All compilers support various language standards, at least up to ISO C11, ISO C++ 2014, and Fortran 2003.
 Please check the man pages to verify that your code can be compiled.
-- 
GitLab