From 1186272240456a1f56fc066b3867467a81e5cc52 Mon Sep 17 00:00:00 2001
From: Norman Koch <kochnorman31@gmail.com>
Date: Fri, 12 Nov 2021 14:23:11 +0100
Subject: [PATCH] removed spaces at the end

---
 doc.zih.tu-dresden.de/docs/software/zsh.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/software/zsh.md b/doc.zih.tu-dresden.de/docs/software/zsh.md
index f89679806..6de666c37 100644
--- a/doc.zih.tu-dresden.de/docs/software/zsh.md
+++ b/doc.zih.tu-dresden.de/docs/software/zsh.md
@@ -46,7 +46,7 @@ plugins+=(
 
 ### Typo-correction
 
-With 
+With
 
 ```bash
 setopt correct_all
@@ -126,7 +126,7 @@ This lists all files, from largest to smallest, in the current directory.
 
 ### Automatically rewrite `..` as `../..`
 
-This will automatically replace `...` with `../..` and `....` with `../../..` and so on (each additional `.` 
+This will automatically replace `...` with `../..` and `....` with `../../..` and so on (each additional `.`
 adding another `/..`) when typing commands:
 
 ``` bash
-- 
GitLab